How to get the default browser and its's path ?
-
I need to read the default browser of the system and spawn it's instance. How can do that ? Right now my application is reading the IE registry keys to know it's path and spawning it. But i need to support all browsers, atleast IE / Netscape / Mozilla ? How can do it ? Thanks and regards. Vikram
-
I need to read the default browser of the system and spawn it's instance. How can do that ? Right now my application is reading the IE registry keys to know it's path and spawning it. But i need to support all browsers, atleast IE / Netscape / Mozilla ? How can do it ? Thanks and regards. Vikram
If you have a html page you are wanting to fire up in a browser (I'm guessing you don't want a blank page) then you can just use good old ShellExecute. To get a blank page, you *might* be able to use "about:blank" for the file to "open". Iain.
-
I need to read the default browser of the system and spawn it's instance. How can do that ? Right now my application is reading the IE registry keys to know it's path and spawning it. But i need to support all browsers, atleast IE / Netscape / Mozilla ? How can do it ? Thanks and regards. Vikram
-
I need to read the default browser of the system and spawn it's instance. How can do that ? Right now my application is reading the IE registry keys to know it's path and spawning it. But i need to support all browsers, atleast IE / Netscape / Mozilla ? How can do it ? Thanks and regards. Vikram