Quantcast
Channel: Visual C# forum
Viewing all articles
Browse latest Browse all 31927

Internet Explorer Activity Logging

$
0
0

Hi Team,

My application requirement:  All internet explorer operations should be recorded into a file d:\log.txt. The following are the key items to record.

1. When internet explorer is launched both normally and in private mode, the activity should be logged.

2. When internet explorer new tab is created the activity should be logged.

3. When a URL is typed by the user in any of the IE tab and navigated to that page (success or failure doesn't matter) the activity should be recorded.

4. When a tab / IE is closed complete the activity should be recorded.

Language: C#
Windows Forms application.

I have searched many forums and found a sample project in codeproject:

http://www.codeproject.com/Articles/12105/Internet-Explorer-Activity-Monitor

It is working fine for default tab that is created when you launch IE but its not recording activities when new tabs are created. May be the project is old and was targeted for old IE versions without tabbing functionality and was not developed for addressing latest versions of IEs with tabbing featuring.

Could some one help please in getting new tab activities recorded as well.

Thanks
Mourya


Mourya


Viewing all articles
Browse latest Browse all 31927

Trending Articles