Click to See Complete Forum and Search --> : How to log websites visited
vshridhara
Jul 4th, 2001, 07:14 AM
How do I log the websites visited from the machine using vb?
alex_read
Jul 4th, 2001, 08:33 AM
You could insert a new form (web browser.frm) into your vb app that MS have kindly written all the code for.
Use the onchange event of the webbrowser control on this form to log the site address (the pages address bar's text) to a database, registry or text file...
JoshT
Jul 5th, 2001, 06:42 AM
You could write an app that runs in the background and loops, looking for IE, if it's found, grab the text from the edit box. I've attached a pic high it hightlighted, ask on the API forum if you don't know how to get at it.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.