zdland
March 26th, 2004, 02:15 PM
I've written a win32 service that requires to do certain things as soon as the user presses a specified key combination. Although RegisterHotKey works well, I found out that when the Winlogon desktop is the active desktop I can no longer receive any WM_HOTKEY messages. Even if I've placed the hotkey message handling window on the Winlogon desktop. Any ideas?:confused: