Hi there,
how will i check a default browser?

i will open a site and i will opened it in IE only.so, i need to check first if the default browser is IE.if not,then i will open it in IE..if IE is not available then i will show a message that IE is not installed in your computer..

also,if IE is already opened then i will launch the website on the next tab in IE browser...

i used process.start("iexplorer.exe",website) and it will create new instance of IE everytime i open a site..

thank you..