Click here to Skip to main content
15,894,460 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I wanted to develop a small application in C# which could detect which browsers are installed on a user's system.
Further to this, for eg: if Firefox is detected, then I would like to prompt user to install GreaseMonkey, if IE then install this otherwise do this etc. etc.
But how can the browsers be detected?
Posted

1 solution

Hi,

you might get the information you need by searching through the list of installed software. This here might help you with this:

http://www.dreamincode.net/code/snippet1995.htm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900