mikkioso 0 Posted May 2, 2011 Please I have tried all the different global keyboard hook examples here, but none is able to get VK_LBUTTON or all the other mouse click codes from 01-04 what is the problem, do I have to use a mouse hook to detect just the mouse click. Share this post Link to post Share on other sites
jvanegmond 306 Posted May 2, 2011 Because you don't capture mouse with a keyboard hook: github.com/jvanegmond Share this post Link to post Share on other sites
mikkioso 0 Posted May 2, 2011 Because you don't capture mouse with a keyboard hook: Thanks, So the keyboard hook doesn't return virtual key 01-04, can I use mouse hook and keyboard hook together in the same code. Share this post Link to post Share on other sites