Is there a winapi function for opening a webpage using the default browser?
This is a discussion on Opening a webpage within the Windows Programming forums, part of the Platform Specific Boards category; Is there a winapi function for opening a webpage using the default browser?...
Is there a winapi function for opening a webpage using the default browser?
Ya,
You can use api ShellExecute(...) for that.
Chintan R Naik
Ok, I'll try that. I was going to try ShowHtmlDialog but using the ShellExecute looks easier.