If you place a ComboBox on a Form, the ComboBox gets a Property called List, which offers a drop-down where you can enter some items.
How can I do the same thing on my Custom Controls? I've gotten a color-chooser to work by defining the property as OLE_Color, but there is nothing like OLE_List.
Any ideas?
Thanks!
Dave
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
I believe that if the items are enumerated, they can be read out individually. If select all were selected then a simple loop to Additem might just do the trick.