PDA

Click to See Complete Forum and Search --> : Capture events from any IE windows


heavenhell
Feb 9th, 2001, 03:14 AM
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

Vlatko
Feb 9th, 2001, 11:26 AM
You should use a system hook. Note: It must be in a C++ dll.

heavenhell
Feb 10th, 2001, 01:50 AM
Do you know of any existing dlls that can hook on to keyboard and mouse events??? Cause i dont know C++ at all.