F Fox Dec 9, 2005 #1 Hi all how it is possible to make keyboard hook in .net1.1 without using API Thanks
F Fox Dec 9, 2005 #3 and what about .net 2.0 ? Vadym Stetsyak said: No, you have to use Win32 API ( P/Invoke ) Click to expand...
and what about .net 2.0 ? Vadym Stetsyak said: No, you have to use Win32 API ( P/Invoke ) Click to expand...
V Vadym Stetsyak Dec 9, 2005 #4 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...
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...