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




Reply With Quote