Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Mon May 13 02:55:59 CEST 2024

Total time taken to generate the page: 0.01359 seconds