Results 1 to 3 of 3

Thread: TabControl locking

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2003
    Posts
    68

    TabControl locking

    Hello,

    I would like to lock the tabcontrol on the current tab until I validate data editing in the current tab.

    I need to force user to finish first what he is doing in the current tab before he can leave it

    When he press the save button then he is able to switch to an other tab.

    Thanks,


  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I hope it's not the only way to do this , That's what I usually do .
    Attached Files Attached Files

  3. #3
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    VB Code:
    1. System.Windows.Forms.KeyPressEventArgs.Handled=True

    should tell the current window to ignore the keypress...

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