Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > See What URL present on Internet Explorer
 

See What URL present on Internet Explorer

Hello,

Hi ,

I want toLOG/Monitor each and every URL on Internet Explorer using VB.Net.

PLZ Help me.

It's U RG E N T.

Thanks in Advance.

Muhammad Fayaz Chagla  Tuesday, January 08, 2008 4:51 PM

Check this code:IE SPY: Monitor and Log each URL visited by Internet Explorer


This response contains a reference to a third party World Wide Web site. Microsoft is

providing this information as a convenience to you. Microsoft does not control these sites

and has not tested any software or information found on these sites; therefore, Microsoft

cannot make any representations regarding the quality, safety, or suitability of any software

or information found there. There are inherent dangers in the use of any software found on

the Internet, and Microsoft cautions you to make sure that you completely understand the risk

before retrieving any software from the Internet.

Zhi-Xin Ye  Monday, January 14, 2008 4:02 AM

Check this code:IE SPY: Monitor and Log each URL visited by Internet Explorer


This response contains a reference to a third party World Wide Web site. Microsoft is

providing this information as a convenience to you. Microsoft does not control these sites

and has not tested any software or information found on these sites; therefore, Microsoft

cannot make any representations regarding the quality, safety, or suitability of any software

or information found there. There are inherent dangers in the use of any software found on

the Internet, and Microsoft cautions you to make sure that you completely understand the risk

before retrieving any software from the Internet.

Zhi-Xin Ye  Monday, January 14, 2008 4:02 AM

Thank u for ypur Reply

But i want the same thing in vb.net but the article is in VB 6.0

But i don't know how to convert it to vb.net

PLZ HELP.

Muhammad Fayaz Chagla  Monday, January 14, 2008 5:54 AM

I have done ALOTof searching my self. Ideally I want to create an agent that logs all URLs visited on a PC in BOTH IE and FireFox.

Here are two links that address each window:

http://www.vbforums.com/showthread.php?t=75700&highlight=url+monitor
http://www.vbforums.com/showthread.php?t=25452&highlight=url+monitor

Here is some code that I have been working with also that supposedly monitors IE directly, but I really have no idea what I am doing.

Sub WebBrowser1_Navigated(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles WebBrowser1.Navigated
Dim strURL As String = ""
Dim strFriendlyName As String = ""
strURL = WebBrowser1.Url.ToString()
strFriendlyName = WebBrowser1.DocumentTitle.ToString()
WriteEvent("Visited Site: " & strURL & vbCrLf & "Name: " & strFriendlyName)
Trace.WriteLine(DateTime.Now.ToLongTimeString() + " Visited Site: " & strURL & vbCrLf & "Name: " & strFriendlyName)
End Sub

Friend WithEvents WebBrowser1 As System.Windows.Forms.WebBrowser

The main goal is to log all this either to the eventlog or to a text file.

jerdman  Wednesday, January 16, 2008 4:52 AM

You can use google to search for other answers

Custom Search

More Threads

• Missing dll's?
• Vacation form in outlook 2003, calculate time slot
• a better example app
• Can´t logon using TaskVision for PPC2002
• Occupied Space and cellRadius
• PocketVision - Date problems
• How to create web-based applications without using asp.net
• Please post here if you are running a Terrarium server.
• install: incorrect syntax near the keyword "ON"
• Windows service to Lock accounts in Database and Active Directory