hello!
i had problem with Font property! i use:
Public Property Get Font() As StdFont
Set Font = mTEXTBOX.Font
End Property
Public Property Set Font(mnewFont As StdFont)
Set mTEXTBOX.Font = mnewFont
PropertyChanged "Font"
End Property
now, in project windows it works, i mean it change the font, when i lunch the project it comes back to original font!
any suggestion why it happens?