|
-
Mar 5th, 2002, 05:04 PM
#1
Thread Starter
New Member
How i can adding property to standard objects ? Can i do it?
Hi all,
i want to add property to an object without user control or ocx
i.e:
Text1.MyProperty
i know add to form, but i want add to controls
Regards,
-
Mar 5th, 2002, 05:32 PM
#2
Without remaking the control the closest thing would be to make a class wrapper for the control. You just make a classes with the props you want and then assign an object to it and work with the object through your class.
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
|