How can I get the list of the web browsers installed and which of them is set as the default web browser?
This is a discussion on Web browsers installed within the Windows Programming forums, part of the Platform Specific Boards category; How can I get the list of the web browsers installed and which of them is set as the default ...
How can I get the list of the web browsers installed and which of them is set as the default web browser?
Download and install the browsers you're looking for while running RegMon and/or FileMonFigure out the changes that are made to the when each is installed, and then you can look for those changes in your code.
Have a look at this thread for some information on the default browser.
Cheers.