Default Browser?

Programming, for all ages and all languages.
Post Reply
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Default Browser?

Post by pcmattman »

I've written a web browser that I plan on keeping (better than IE imho). How can I make it the default browser instead of IE and how do I register it as a browser?
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Hi,

Try http://msdn.microsoft.com/msdnmag/issues/01/01/c/.

This states that there is no registry key that sets the default browser. I'm not so sure though....

Adam
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Depending on what you consider "setting as default browser", it could be sufficient to go to Folder Options / File Types, editing the "Open" action for e.g. .html files.
Every good solution is obvious once you've found it.
User avatar
JoeKayzA
Member
Member
Posts: 79
Joined: Wed Aug 24, 2005 11:00 pm
Location: Graz/Austria

Post by JoeKayzA »

I just discovered that there is a key "HKLM\Software\Clients\StartMenuInternet". In my case it contains two subkeys: iexplore.exe and firefox.exe. These are exactly those two that appear in the system configuration (when setting the default browser). So to register your browser, it might work to add a subkey there. I didn't find a key that identifies the default browser, though.

cheers
Joe
Post Reply