|
-
Feb 14th, 2000, 11:39 AM
#1
Thread Starter
Member
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
-
Feb 14th, 2000, 12:53 PM
#2
Lively Member
since the form doesn't have the focus, the KeyDown event is not sent to the form. maybe you could try implementing a hotkey in your project.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|