![]() |
![]() ![]() ![]() |
IESniffer component.
|
property Active: Boolean; // True by default
|
The Active property controls whether the IESniffer is active to detect when the new instances of Internet or Windows Explorer appears and disappears (when user opens and closes the Internet or Windows Explorer windows).
|
|
Set Active property to True to enable the timer and check the shell for instances of Windows or Internet Explorer, and to trigger OnWindowLoad event when new window appears and OnWindowUnload event when user closes the Explorer window.
|
|
![]() |
|
![]() |
The Refresh method detects each instance of Internet Explorer and adds it to the internal list. Alternatively, if you don't need to operate with ALL instances of Explorer, you can use AddBrowser method to add some certain intance of IE to the list and hook all its events.
|
MonitorInterval property;
|
Refresh method.
|