Is there any way to set global hot key to vb functions without any extra or outside ocx control.
Example I want to run a function to pop up window or submit query by pressing combination of keys anywhere in windows.
Thanks in advance.
Printable View
Is there any way to set global hot key to vb functions without any extra or outside ocx control.
Example I want to run a function to pop up window or submit query by pressing combination of keys anywhere in windows.
Thanks in advance.
The only way I know of is to have a program always running in the background that checks to see if the key(s) are hit.
See this to find out when that occurs.
obviously my program will be running in the background. any suugestion please
I need only global key