Click to See Complete Forum and Search --> : Can I trap Key Events in MDI Form ?


October 8th, 1999, 03:11 AM
Hi,

I want to trap KEY Events in MDI Form, Is It Possible.

Regards

Prasad

Lothar Haensler
October 8th, 1999, 04:30 AM
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.