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 |
|
Andrei Smolin
Add-in Express team
Posts: 18662
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 |
|