Results 1 to 3 of 3

Thread: Property's

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2001
    Location
    Richmond, VA
    Posts
    59
    I know that you can create new property's for a form using the following code:

    Public Property Get test() As Variant

    End Property

    Public Property Let test(ByVal vNewValue As Variant)

    End Property

    Is it possible to add new property's to other controls such as a Text Box.

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    You could always create an ActiveX control and use your own customer properties.

  3. #3
    Addicted Member
    Join Date
    Feb 2001
    Posts
    140
    If you create your own, instead of rewriting a whole bunch of properties, you can use the Add-In Wizard thing to do so.
    -Nean

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width