Hi Dw
I'm working on a program which has many forms and these forms are for setting the functionality of this program so now I want to detect if, let say Shift+F is pressed then the appropriate form will show. I don't want to use the Form_KeyPress or KeyDown or KeyUp because this form won't be visible to the screen so I want even if a user is let say opened a word processing program if the user presses these keys in combination the appropriate form will show up.
Thank you.