View Full Version : Catch Click Events
nkryptit
2nd July 2008, 04:05 PM
I'm looking for a way to catch any and all click events that the OS produces. How can I do this?
I'm trying to write a new "vibrate on touch" app that will have an interface for excluding specific windows from the vibration. Any help would be great!
Leechoonhwee
2nd July 2008, 04:09 PM
I'm looking for a way to catch any and all click events that the OS produces. How can I do this?
I'm trying to write a new "vibrate on touch" app that will have an interface for excluding specific windows from the vibration. Any help would be great!
I presume U using VS so on the form onclick, onmousedown, etc, you can capture the events.
nkryptit
2nd July 2008, 04:18 PM
I should be more specific... I'm planning on having just an exe running in the background, like a service, so there will be no form click events to capture. I've found some documentation on this, but don't know what to do with it.http://msdn.microsoft.com/en-us/library/aa924434.aspx
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.