Hi, i want to know how to add properties to an activex control, that when you put an instance in an proyect than properties can display a color palette or a fonts dialog.
Like this:
in control activex
Public Property Let MyColor(TheColor as Long)
lngColor = Thecolor
End Property
How i do for display the color palette when i put this control in a project ?
