|
-
Nov 29th, 2002, 04:48 AM
#1
Thread Starter
Addicted Member
Displaying two columns in combobox
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
-
Nov 29th, 2002, 05:58 AM
#2
Registered User
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.
-
Nov 29th, 2002, 06:36 AM
#3
-
Nov 29th, 2002, 07:01 AM
#4
Registered User
The Owner-Drawn example there was really neat Edneeis, I was just about to sit down and create an example, no nead there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|