Hi
Wondering if anyone knows how to accept keyboard input in C# without having to have a given form in focus.
Ive found the KeyPress, Up and Down events and also the IMessageFilter interface to work however they cease to function when the form on which they are implmented loses focus.
Im trying to detect Left Right and spacebar keystrokes and then raising button click events when the projects process is running no matter what has the focus.
Thanks
SEVI
Wondering if anyone knows how to accept keyboard input in C# without having to have a given form in focus.
Ive found the KeyPress, Up and Down events and also the IMessageFilter interface to work however they cease to function when the form on which they are implmented loses focus.
Im trying to detect Left Right and spacebar keystrokes and then raising button click events when the projects process is running no matter what has the focus.
Thanks
SEVI