CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2000
    Posts
    18

    Path to Internet Explorer and Netscape

    How can I programmatically determine the path to Internet Explorer and Netscape?

    What if there are more than one version of Netscape running?


  2. #2
    Join Date
    Feb 2000
    Location
    Israel
    Posts
    469

    Re: Path to Internet Explorer and Netscape

    here is a path to the default browser:
    HKEY_CLASSES_ROOT\\http\\shell\\open\\command


  3. #3
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Re: Path to Internet Explorer and Netscape


    For NETSCAPE take a look to my previous post:
    http://codeguru.earthweb.com/bbs/wt/...age=&view=&sb=


  4. #4
    Join Date
    Feb 2001
    Posts
    68

    Re: Path to Internet Explorer and Netscape

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured