K
Kbalz
I have an application that minimizes itself, and I want it to listen
for certain key commands, and when they are pressed, my program can
react to them.
So far I've gotten my application to react as I intend while the
program has focus, but when the application loses focus, the listening
stops.
I am using VS 2008 beta 2, with .net 3.5.
A great example of what I'm after is Google's desktop search, where
you hit control twice, the program appears and you interact with it.
If anyone can provide a place to start or some classes to check out I
would appreciate it.
I started to look at Global Keyboard Hooking last night but it looked
very confusing, but if that is what I need then I will read more
articles. Thanks, KB
for certain key commands, and when they are pressed, my program can
react to them.
So far I've gotten my application to react as I intend while the
program has focus, but when the application loses focus, the listening
stops.
I am using VS 2008 beta 2, with .net 3.5.
A great example of what I'm after is Google's desktop search, where
you hit control twice, the program appears and you interact with it.
If anyone can provide a place to start or some classes to check out I
would appreciate it.
I started to look at Global Keyboard Hooking last night but it looked
very confusing, but if that is what I need then I will read more
articles. Thanks, KB