How to get keypresses from the system when my program does not have focus?

  • Thread starter Thread starter TheRain
  • Start date Start date
T

TheRain

I'm working on a .NET C++ project. The program loads and creates a
tray icon, but is not visible on the screen. So what I'm looking for
is a way to detect when a specific key combination is pressed to
control when the program is brought to the screen. Anyone have a good
solution for doing this??
 
Back
Top