Hi I have just recently started programming in c#, lm creating a program that shows a window if specified keys are pressed, but while the window is not showing the form keyPressed event cannot be viewed. I was wondering if there was any way to detect the keyboard actions while the program form is hidden. Can anyone help with this?
How To Detecting Keyboard Entry While Application is Out Of Focus
Collapse
X
-
Tags: None
-
You mean something like Hotkeys?Originally posted by Jamie21CorHi I have just recently started programming in c#, lm creating a program that shows a window if specified keys are pressed, but while the window is not showing the form keyPressed event cannot be viewed. I was wondering if there was any way to detect the keyboard actions while the program form is hidden. Can anyone help with this?
Comment