Hi everyone.
I have maken an ocx control that has a font property.
How i do to display the fonts dialog when i click the font property of my
control ?

Because if i declared a property like As OLE_COLOR, (by example)

Public Property Get BackColor() As OLE_COLOR
BackColor = BackC
End Property

when i put my control on an app, and i want to change the color, the colors
dialog appers.

How i do with the fonts ?

Thanks !!!