Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data combo with 2 columns
Message
From
29/07/2001 23:12:55
Jason Dalio
Northern Interior Regional Health Board
Prince George, British Columbia, Canada
 
 
To
29/07/2001 21:51:51
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00537050
Message ID:
00537056
Views:
14
Just in case there isn't a way (I would love to know if there was a way) I'll tell you how I would do it. Change the font of the combo box to Courier (this way all spacing is the same) and then combine your entries before you add them; then use the itemdata to store the unique holder that you will refer to with your ListIndex property.

dim string1 as string * 20
dim string2 as string * 20

string 1 = "First Column"
string 2 = "Second Column"
cboCombo.additem string1 & string2
cboCombo.itemdata(cboCombo.newIndex) = You're unique numeric identifier
Previous
Reply
Map
View

Click here to load this message in the networking platform