Hi all,
I want to use the F-Keys to do particular functions. Do I need to put the code in the KeyDown functions of every control on the form or is there an easier way?
Thanks in advance.
Printable View
Hi all,
I want to use the F-Keys to do particular functions. Do I need to put the code in the KeyDown functions of every control on the form or is there an easier way?
Thanks in advance.
Put the code in the Forms events, and set the KeyPreview property to True
Nice one thanks :thumb: