I cant seem to get Keypress to work.

I have a form, when the user presses ESC I want an event to happen. I have tried

Private Sub Form_KeyPress(KeyAscii As Integer)

Keydown and Keyup, none of these seem to work. Is Form_.... the right place, or should it be somewhere else????

My form is a MDIChild.