Results 1 to 3 of 3

Thread: Custom Control Help

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432

    Custom Control Help

    Hello Im making a Custom Control that Inherits System.Windows.Forms.TextBox How can i set the Text of the Control because their is not form load ?

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    - I want to set the Text of the Control at Designtime/Runtime

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    You can use the constructor to load any intial text or the ParentChange event or which ever of the other looks like it will do what you want.

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