How can I programmatically determine the path to Internet Explorer and Netscape?
What if there are more than one version of Netscape running?
Printable View
How can I programmatically determine the path to Internet Explorer and Netscape?
What if there are more than one version of Netscape running?
here is a path to the default browser:
HKEY_CLASSES_ROOT\\http\\shell\\open\\command
For NETSCAPE take a look to my previous post:
http://codeguru.earthweb.com/bbs/wt/...age=&view=&sb=
If you are just calling a http site, I believe you can just call the site with no call to the browser. the default browser will activate.