Does anyone know how to grab all urls from any running instance of any browser's address bar?
Thanks
Printable View
Does anyone know how to grab all urls from any running instance of any browser's address bar?
Thanks
no one yet?
You may like to read all values from this reg key
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
Ofcourse thats for IE. For others you should know where they store URLs that are typed in address bar.
Quote:
Originally posted by Lunatic3
You may like to read all values from this reg key
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs
Ofcourse thats for IE. For others you should know where they store URLs that are typed in address bar.
thanks but no good! I am currently using API to do it but was wondering there was another way similiar to the API way in .NET.