Hi!!
I would like to disable 3 function keys in a Form
F1 - I do not want the users to get the help from microsoft
F7 - I do not want the user to invoke the spell checker.
F11 - I do not want the user to minimize the form, I want to keep it maximized.
I Thought maybe when I get the keystroke, I can assign it to null, or for example when the user will press F11 I will maximize it right away. So I would like some suggestions on this, because I do not know how to do this.
Thanks in advance for all you smart people out there.
I would like to disable 3 function keys in a Form
F1 - I do not want the users to get the help from microsoft
F7 - I do not want the user to invoke the spell checker.
F11 - I do not want the user to minimize the form, I want to keep it maximized.
I Thought maybe when I get the keystroke, I can assign it to null, or for example when the user will press F11 I will maximize it right away. So I would like some suggestions on this, because I do not know how to do this.
Thanks in advance for all you smart people out there.