mickn66 Posted November 12, 2002 Posted November 12, 2002 I want to trap mouse clicks no matter what program has the focus - in otherwords, I need a system wide mouse hook. How I do this, I don't know. Any help would be appreciated! Thanks. Mick Quote
*Gurus* Derek Stone Posted November 13, 2002 *Gurus* Posted November 13, 2002 Well, if you're familiar with Win32 API use in VB5/6 read up on Platform Invoke (consuming Win32 API functions in .NET) and then read up on [api]SetWindowsHookEx[/api]. Quote Posting Guidelines
Recommended Posts