Creating ActiveX property list dropdown
I am playing around with ActiveX controls and adding new properties for the control. I can add properties defined as boolean, string and integer. What I want to be able to do is add a property that appears as a selection list (dropdown list box) in the properties window when the new ActiveX control is placed on a form.
This has got to be a piece of cake for someone. I just don't want to spend a bunch of time digging for the answer. I have a few ideas (property array? -- indexedvalue??), but don't want to spend too much time digging.
Thanks: