CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    How to get the change of Controls

    Now, there is an TabControl in my Application and sevel contorls in the TabControl(for example: TextBox & CheckBox, TextBox.text="aaa", CheckBox.Checked=true). I added an Button(Button.Enable=false) to the Application to check if the controls` content is changed. if TextBox.text="aaa" changed to "bbb"(or CheckBox.Checked=true changed to false), then i got the event to set "Button.Enable=true", if TextBox.text="bbb" changed back to "aaa", then i got the event to set back to "Button.Enable=false"

  2. #2

    Re: How to get the change of Controls

    i had solved. thanks

  3. #3
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: How to get the change of Controls

    so would you please mark the thread as Resolved

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

Featured