U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Autocomplete droplist needed...
Re: Autocomplete droplist needed... [message #16760 is a reply to message #16759] Thu, 10 July 2008 10:27 Go to previous messageGo to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
Auto-complete is provided by your code not by a widget and there isn't such a widget in Windows nor in U++. You have to inherit from DropList and overwrite Key function (and maybe Paint) and put your auto-complete code in it.

For WINAPI call simply add :: before you function ( ::MessageBox(hwnd, "", "", MB_OK); ). If you're trying to mix U++ with Windows, that's a bit harder because Windows widgets doesn't benefit of U++ positioning, sizing, etc.


cdabbd745f1234c2751ee1f932d1dd75
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Can't Get DropGrid Working
Next Topic: FileList problems with extensions and pop-ups
Goto Forum:
  


Current Time: Thu Sep 17 21:09:58 GMT+2 2026

Total time taken to generate the page: 0.00706 seconds