CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 1999
    Posts
    6

    Trapping a TAB key



    I am trying to trap a TAB key with the KeyPress event for a text component. However, it does not seem to work. The online doc says that it will catch the TAB, ENTER and BACKSPACE keys but it onle enters the function on ENTER and BACKSPACE. Why is this? Is there another way to see if someone tabbed out of a control?


    Thanks


    Rick

  2. #2
    Join Date
    Jan 1999
    Posts
    6

    Re: Trapping a TAB key



    see the lostfocus event...


    that's the answer if I understand well your problem if not don't hesitate to reply...I'll to help you...

    cya


    Neph



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