Using vb.net (vs2005), how do I populate a combo box with multiple property values from an object? Right now I’m iterating a collection of objects and adding the name property of each object to the combo box. I’d like to add multiple properties from the object to the list. For now, I’d be happy if they appeared comma separated in the list.
Using vb.net (vs2005), how do I populate a combo box with multiple property values
Share
This will populate your listbox (which i have called lst) something like this: