I\'ve been trying to make a ComboBox which would suggest options as you type, much like an IDE\'s code suggestions/code-sense, or googles suggestions when you type in a sear
Few years ago I made a control like this by subclassing TextCtrl. It supports HTML formating for suggestions. Here you go.
There is also the Combo Box that Suggests Options