I want to see if the user is holding the shift key...
and umm no, I'm not looking for an "event", I just want to check the keyboard state, without API functions :)
Printable View
I want to see if the user is holding the shift key...
and umm no, I'm not looking for an "event", I just want to check the keyboard state, without API functions :)
alright I have another question, I thoght I shouldnt start a new thread.....
I also want to make an event that would fire when you press the Escape key anywhere in the application:confused:
If you want to do that you have to rely on COM Interop and the same Windows API methods we used in VB6..... read the article
Managing Keyboard State in VB.NET