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

    Keypad plus and minus keys

    Does anyone know how to detect the difference between the "+" key being pressed on the main part of the keyboard and the numeric peypad "+" key being pressed. They both have the same virtual key code?


  2. #2
    Join Date
    May 1999
    Posts
    78

    Re: Keypad plus and minus keys

    I think their scan code in the keyb layout is different but how you would distinguish that in MFC beats me..sorry


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