View Single Post
  #7  
Old 01-17-2005, 21:31
dmownz
 
Posts: n/a
Look at SetWindowsHook(ex). You can write a dll which will be loaded into all gui processes, intercept the keypress, and do whatever you need to in the context of the process that received the keypress. The hotkey message would leave you in the context of your own process.
Reply With Quote