Hi Friends!
Actually I need to create an event by pressing Ctrl+N,Ctrl+S and so on But on the form load my all the controls are in disable mode and no controls are there on which i can apply these event.Even i used this event on the form as frmLeave_KeyDown But it did not work out. So Please help me out.
Hi Friends! Actually I need to create an event by pressing Ctrl+N,Ctrl+S and so
Share
I got the answer, Actually Enable the KeyPreview property of the mainForm. and create the function like
It works.