|
If you want to add a value to the form, you need to add an object with that value.
I'm at work right now, and only have Visual Studio at home, but I'll try and give you a little direction: make your own struct or class, with a text field and whatever other values you want. Then make a ToString function, which returns the string member of the class. Then, whenever you're adding something, add a new object using your custom class. If I'm not mistaken, it'll use the ToString() property from the object to display the text, and you can access the selected item to get any public properties, functions, or variables therein.
Sorry for being vague, I'll try and have a working example tonight.
__________________
Wiggy
|