CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Vanillekipferl

Search: Search took 0.01 seconds.

  1. Re: Keyboard-Hook - How to correctly interprete upper case?

    Yes, i tried GetAsyncKeyState, but it's the same problem. I only get the key code for Shift wenn i press down shift. No information when the Shift key is released.
  2. Keyboard-Hook - How to correctly interprete upper case?

    If I program a keyboard hook with the KeyEvent function, i get the current key code from the LPARAM value in a DWORD.

    key 'a' is for example 1966081

    Now, if I want to write something in upper...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured