keyboard hook

  • Thread starter Thread starter Fox
  • Start date Start date
F

Fox

Hi all
how it is possible to make keyboard hook in .net1.1 without using API

Thanks
 
I didn't found anything special on .NET 2.0, they use P/Invoke internally
( have a look at SendKeys.InstallHook ).

Use reflector to watch for class internals...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top