Listener for IE

Add-in Express™ Support Service
That's what is more important than anything else

Listener for IE
 
Irfan Basha




Posts: 9
Joined: 2011-06-03
Hi All,

In my add-on I am trying to create a listener which notifies me when ever the user successfully logs in to a particular website.

Can some one tell me how I can do this using the Add-in Express for IE and .NET.

Thanks,
Irfan
Posted 03 Jun, 2011 06:05:52 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hi Irfan,

Consider handling the NavigateComplete2 event of your project's module to find if the user browses the "after logon" page, or a page having certain substring in the URL. Or, you may need to handle the DocumentComplete event in order to find a certain HTML control (or a set of controls) that exists only if the user has logged on.


Andrei Smolin
Add-in Express Team Leader
Posted 03 Jun, 2011 06:36:20 Top