Detect a key is pressed on WinForm load?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys,

What I'm trying to achieve is to detect if a key is pressed when I load the
app. The idea is to be able to access to some debuging information if desired.

But I don't know where to start... I found information on
keypress/keydown/keyup, but always when a control has focus...

Thanks!
 
Back
Top