hi friends..
i want to open mozilla firefox instead of IE using my application. i am having code to open IE through my application.. but i want to open mozilla insead of IE.
is it possible to open mozilla..
possible means send the coding in c#..
regards
gopal
Loading
Niradhip ChakrabortyPosted Dec 5, 2008, 3:54 PM
Use the Process class (System.Diagnostics) using the URL as the process name. This will use the system default browser to open the URL. If you specify a browser, you run the risk that the browser doesn't exist.
or
right click the project solution and choose "Browse With" option and then select the firefox and click setus default.