How To Detecting Keyboard Entry While Application is Out Of Focus

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jamie21Cor
    New Member
    • Jun 2007
    • 1

    How To Detecting Keyboard Entry While Application is Out Of Focus

    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?
  • Atran
    Contributor
    • May 2007
    • 319

    #2
    Originally posted by Jamie21Cor
    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?
    You mean something like Hotkeys?

    Comment

    Working...