Results 1 to 2 of 2

Thread: How i can adding property to standard objects ? Can i do it?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    1

    Unhappy 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,

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width