making a screen capture utility

  • Thread starter Thread starter Laura Martignas
  • Start date Start date
L

Laura Martignas

Hi

I'm developping a screen capture utility in C#. But I have the following
problem : system wide hooks are not supported by .NET, and I'd like my
utility (resident in systray) to use the F9 key to perform the capture.

So, how could I do that in .NET without a keyboard hook ?

Thanks

Laura
 
Back
Top