|
-
April 28th, 2011, 10:19 AM
#1
Adding value and display to a ComboBox
Hello,
When I add an item to a combo box like this:
combobox1.items.add("My Folder");
Then I get My Folder in the combobox but the value of this item is also My Folder.
How can I add a value AND a display item so for example when I ask for the value of the item that displays My Folder I get "c:\\users\\documents"
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
|