GetAsyncKeyState in managed code

  • Thread starter Thread starter Heinz Kiosk
  • Start date Start date
H

Heinz Kiosk

Does managed code implement anything like the GetAsyncKeystate call found in
win32.

I want to check the status of the control and/or shift keys sometimes.

Thank you

Tom
 
Does managed code implement anything like the GetAsyncKeystate call found in
win32.

I want to check the status of the control and/or shift keys sometimes.

Control.ModifierKeys might do what you want. It wraps GetKeyState
rather than GetAsyncKeyState though.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top