montior browser activity
C / C++ / MFC
2
Posts
2
Posters
8
Views
1
Watching
-
How do I monitor browser activity such as Explorer Netscape and AOL etc like ICQ doe to get the current users URL? TIA Shaun Wilde
Attach to the iexplore.exe process and event sink to the web browser events. Then when the event occurs, like the url changing, you will recieve the event and can do what you want with it. There is an example on how to do this in an MSJ article back aroudn July 98 I also have experience doing this and could help you directly, just let me know. -Erik ================== The original message was: How do I monitor browser activity such as Explorer Netscape and AOL etc like ICQ doe to get the current users URL?
TIA
Shaun Wilde