Thread: Opening a webpage

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    470

    Opening a webpage

    Is there a winapi function for opening a webpage using the default browser?

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    70
    Ya,
    You can use api ShellExecute(...) for that.
    Chintan R Naik

  3. #3
    Registered User
    Join Date
    Aug 2003
    Posts
    470
    Ok, I'll try that. I was going to try ShowHtmlDialog but using the ShellExecute looks easier.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 15
    Last Post: 11-27-2007, 08:47 PM
  2. need help with file opening errors
    By lld4rkll in forum C++ Programming
    Replies: 6
    Last Post: 07-13-2006, 06:20 AM
  3. Opening A Webpage
    By bumfluff in forum C++ Programming
    Replies: 9
    Last Post: 05-10-2006, 01:21 AM
  4. Opening a webpage with C++
    By zach0616 in forum C++ Programming
    Replies: 4
    Last Post: 04-25-2005, 07:33 PM
  5. Downloading a webpage onto the disk?
    By Edin in forum Windows Programming
    Replies: 3
    Last Post: 11-23-2004, 01:37 AM