Hi,
I want to trap KEY Events in MDI Form, Is It Possible.
Regards
Prasad
Printable View
Hi,
I want to trap KEY Events in MDI Form, Is It Possible.
Regards
Prasad
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.