Does anyone knows of a way to capture events from any IE Windows while the application is minimized. I tried using a timer to constantly check for events of the active IE Windows but its very resource consuming.
Thanks
Printable View
Does anyone knows of a way to capture events from any IE Windows while the application is minimized. I tried using a timer to constantly check for events of the active IE Windows but its very resource consuming.
Thanks
You should use a system hook. Note: It must be in a C++ dll.
Do you know of any existing dlls that can hook on to keyboard and mouse events??? Cause i dont know C++ at all.