Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aldair

    set usercontrol property

    ...!!!.... it was so easy!!!! thenks a lot!
  2. aldair

    set usercontrol property

    i've post: Private Sub UserControl_Initialize() Set mFont = New StdFont Set mBAG = New PropertyBag UserControl_ReadProperties mBAG ... end sub Private Sub UserControl_WriteProperties(PropBag As PropertyBag) With PropBag .WriteProperty "Font", mFont End With End Sub...
  3. aldair

    set usercontrol property

    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()...
  4. aldair

    UserControl Properties! Pls Help

    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...

Part and Inventory Search

Back
Top