Hi
I'm a little lost here... Let me rewrite the question...
I need to write an application like this:
http://www.ematrixsoft.com/website-spy-monitor-software.htmThe goal is to log all the navigated URLs by any browser inside a Windows desktop.
I can work with code in VB6, VB.NET or VC++ (although I'm not very experienced with VC++), and I can use an external library (free or not) if needed.
Currently I started to work with a sniffer library doing something like the project posted at
http://www.codeproject.com/KB/IP/URLLogger.aspx but had problems logging HTTPS URLS.
I'm also considering hooking functions with the wonderful madCodeHook library (
http://madshi.net/madCodeHookDescription.htm)
, but I don't know if there is a Windows API function used by all browsers that takes the URL as a parameter.
Any ideas?
Thanks!