|
-
Dec 6th, 1999, 09:12 PM
#1
Thread Starter
Member
I've got an MDI program with sub "child" windows. I need the program to run a sub when a particular key is pressed eg:
Private Sub Form_KeyDown
if keycode=100 then cmd_click
End Sub
Child forms will do this but no the MDI form. Unfortunately if I've got more than one child window open at once then the above code on one child will not work from another.
The keys need to do this through the whole program.
Any ideas?
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
|