
how to use tabs in Comboboxes
Good luck !
--
Randy Birch, MVP Visual Basic
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please correspond only using the newsgroups so all can benefit.
| Thank you very much. That's an excellent idea!
|
| Goan
|
| > I should add that if you really need such functionality, and don't mind
| > coding to subclass, you can set up the subclassing to trap the combo
| > dropdown message, cancel the default behavior, and display either a
regular
| > VB listbox or even a listview as the combo's dropdown portion.