How to develop a HOOK application?

  • Thread starter Thread starter Liu Feng
  • Start date Start date
L

Liu Feng

How to hook system global mouse and keyboard, develop in C#?


--


Thanks,
LiuFeng
MSN Messenger: (e-mail address removed)
 
I am not sure you can.. I think I remember reading that somewhere before.
It has to do with C# not having being able to create an actual "DLL" that
uses C func decl. and that is what you need for global hooks I believe.

Will be neat to see what others have to say though.. maybe there is a way
that someone found?
 
Back
Top