The MASM Forum Archive 2004 to 2012

Miscellaneous Forums => The Orphanage => Topic started by: Robert Collins on June 30, 2005, 08:27:58 PM

Title: Changing a http://..... to launch another browser
Post by: Robert Collins on June 30, 2005, 08:27:58 PM
Anyone know how I can change a hyperlink to invoke my browser instead of IE?. Basically what I want to do is when I click on a http://..... in an Outlook email I would like my own experimental browser to be launched instead of Internet Explorer.
Title: Re: Changing a http://..... to launch another browser
Post by: chep on June 30, 2005, 08:35:40 PM
My guess would be the following registry key:

HKEY_CLASSES_ROOT\http\shell\open


Not tested though.
Title: Re: Changing a http://..... to launch another browser
Post by: Robert Collins on June 30, 2005, 08:51:19 PM
Well, it works. Thanks chep. :U