|
-
October 8th, 1999, 03:11 AM
#1
Can I trap Key Events in MDI Form ?
Hi,
I want to trap KEY Events in MDI Form, Is It Possible.
Regards
Prasad
-
October 8th, 1999, 04:30 AM
#2
Re: Can I trap Key Events in MDI Form ?
the MDIForm doesn't support the keypress event. you could place a picture box on the mDI form and trap the keypress event for that control.
or, even worse, try subclassing the MDIForm and trap the WM_CHAR message.
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
|