|
-
Feb 19th, 2001, 08:44 PM
#1
Thread Starter
Member
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.
-
Feb 19th, 2001, 08:45 PM
#2
PowerPoster
You could always create an ActiveX control and use your own customer properties.
-
Feb 19th, 2001, 09:02 PM
#3
Addicted Member
If you create your own, instead of rewriting a whole bunch of properties, you can use the Add-In Wizard thing to do so.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|