System Hooking
-
I'm trying to monitor clicks in any web browser (might settle for one browser as a default to base my code). Since it's my first attempt, I've been reading a bit but appreciate any suggestions on the topic. Most hook examples are dll's that are hooked to a process. I thought of using the services to load the dll and hook it to the process. Since it would not bring down my main application.
-
I'm trying to monitor clicks in any web browser (might settle for one browser as a default to base my code). Since it's my first attempt, I've been reading a bit but appreciate any suggestions on the topic. Most hook examples are dll's that are hooked to a process. I thought of using the services to load the dll and hook it to the process. Since it would not bring down my main application.
Here is a good article to get you started on injecting code into a process. Three Ways to Inject Your Code into Another Process[^]
«_Superman_»
I love work. It gives me something to do between weekends.