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

    How to catch VK_TAB in a Dialog or FormView

    I want to catch the event if the user presses the TAB key. I'm able to catch all key events, but there's no message that allows me to react on the TAB key.

    Thanks for helping me,
    Rolf


  2. #2
    Join Date
    May 1999
    Location
    Atlanta, GA, USA
    Posts
    443

    Re: How to catch VK_TAB in a Dialog or FormView

    Hi.


    Check PreTranslateMessage() of Dialog or FormView.

    HTH.
    -Masaaki Onishi-


  3. #3
    Join Date
    Apr 1999
    Posts
    2

    Re: How to catch VK_TAB in a Dialog or FormView

    It works. Thank You !!!


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