I want to make an application to intercept all UI events in all the forms of my application and to write them to a log. This data can than be used to see which controls are
You will have to work with the Win32's API Messages, I guess.
Here's a little example under the form of tutorial.