Here's the problem: I want to hide all the forms in a project until a certain key combination is pressed..if the key combo is right I want to be able to pop up a form. It seems that if the form is hidden then the KeyDown event doesn't respond. How can I make this work properly? Thanks in advance.
-Adam