Looked to build an add-on for IE that records the websites visited by the user. Can't seem to find any code or samples...
views:
29answers:
2
Q:
code sample or tutorial on building an add-on to internet explorer that records the sites visited?
+2
A:
There are tons of IE add-on sample code projects out there. Use teh Googles.
Look for one that implements DWebBrowserEvents2. Use the OnBeforeNavigate and OnDocumentComplete events.
jeffamaphone
2010-09-23 20:50:45