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,
Printable View
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,
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.