CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    3

    How to launch the default browser from VC++?

    Hi all,

    How do you launch the default browser in windows95/NT using visual c++?

    Thanks,
    Johnny


  2. #2
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: How to launch the default browser from VC++?


    ShellExecute();

    and for the filename pass the file you want to open
    like http://www.sally.com.au/sallysplace/me.html

    Sally


  3. #3
    Join Date
    May 1999
    Posts
    3

    Re: How to launch the default browser from VC++?

    Thanks sally, but how do i actually go to the link? Couldn't find the specified server.


  4. #4
    Join Date
    May 1999
    Posts
    3

    Re: How to launch the default browser from VC++?

    Ok, my fault. Now I understand what you meant. Thanks a lot.


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