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

    open a webpage on default webbrowser ?

    how can a open a page on the "default webbrowser" ?


  2. #2
    Join Date
    May 1999
    Posts
    71

    Re: open a webpage on default webbrowser ?

    PS: in VC++


  3. #3
    Join Date
    May 1999
    Location
    israel
    Posts
    52

    Re: open a webpage on default webbrowser ?

    ShellExecute(NULL, NULL, szLink, NULL, NULL, SW_SHOWNORMAL);

    where szLink is the link's string, ofcourse


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