hello!
i had problem with property in my user control! i use:
i hade this code in my User contrlo
Private WithEvents mFont As StdFont
Private Sub UserControl_Initialize()
' FONT
Set mFont = New StdFont
Set UserControl.Font = mFont
Set mTEXTBOX.Font = mFont
End Sub
Public Property Get Font()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.