Guest lipchev Posted January 12, 2009 Report Posted January 12, 2009 The main thread for the dll in question, thanks very much to moeur for the great dll! http://www.vbforums.com/showthread.php?t=322261 Basically this is a 'hooking' dll. There is the c++ dll that is injected into the VB application. However, I'm trying to make it run on a Windows Mobile device, with the compact framework 3.5...with no success.. I've managed to modify the VB part but with my limited knowledge in C I was unsuccessful in recompiling the dll for the compact framework. I know that the functions SendMessage and SetWindowsHookEx exist in the CF (even if not documented), so it should be possible to make the project run in CF. Can someone with C++ knowledge help me recompile the dll for the Compact Framework 3.5, please. I've attached the HookDll.zip (that is the dll to be recompiled) and the HookControl.zip (witch includes the VB part, should someone care to take a look)HookDll.zipHookControl.zip
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now