MDIForm doesnt support any KeyPress Events.
there is a way around. Place a PictureBox on MDI Form and Set It's property "FillStyle =Transparent". (to show MDI's Picture/colour bckgrnd)
Now In MDI FormLoad event, make size of PictureBox = size of MDI Form (Width and Height). U can write the code in Re-Size Event also.
And write the Key Capture Code for Picrure1_KeyUp event.
MDIForm doesnt support any KeyPress Events.
there is a way around. Place a PictureBox on MDI Form and Set It's property "FillStyle =Transparent". (to show MDI's Picture/colour bckgrnd)
Now In MDI FormLoad event, make size of PictureBox = size of MDI Form (Width and Height). U can write the code in Re-Size Event also.
And write the Key Capture Code for Picrure1_KeyUp event.
Comment