Click to See Complete Forum and Search --> : How to launch the default browser from VC++?


jsoedomo
May 25th, 1999, 05:22 PM
Hi all,

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

Thanks,
Johnny

sally
May 25th, 1999, 05:51 PM
ShellExecute();

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

Sally

Sally
May 25th, 1999, 05:51 PM
ShellExecute();

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

Sally

jsoedomo
May 25th, 1999, 07:27 PM
Thanks sally, but how do i actually go to the link? Couldn't find the specified server.

jsoedomo
May 25th, 1999, 07:42 PM
Ok, my fault. Now I understand what you meant. Thanks a lot.