Hi
Anyone have any idea on how to display two columns of data in a combobox, whithout using any seperator or backslash in between
Thanks
Printable View
Hi
Anyone have any idea on how to display two columns of data in a combobox, whithout using any seperator or backslash in between
Thanks
What I can see the ComboBox does not support MultiColumn behaviour.... Only the ListBox does....
You should be able to do something like it with an Owner-Drawn ComboBox, but that is almost the same thing as using a delimiter of some kind, the difference is that you do it graphically as well as with text.
The Owner-Drawn example there was really neat Edneeis, I was just about to sit down and create an example, no nead there. :)