Monitoring for keypress

  • Thread starter Thread starter kaczmar2
  • Start date Start date
K

kaczmar2

I am writing a windows service that will be running and it needs to
monitor if a user has pressed a key (function key, ie F8) so it can
then bring a windows form to the foreground. How would I monitor for
this keypress? Is there something similar to "FileWatcher" class?

Thanks,

Christian
 
Back
Top