Hi all,
How do you launch the default browser in windows95/NT using visual c++?
Thanks,
Johnny
Printable View
Hi all,
How do you launch the default browser in windows95/NT using visual c++?
Thanks,
Johnny
ShellExecute();
and for the filename pass the file you want to open
like http://www.sally.com.au/sallysplace/me.html
Sally
Thanks sally, but how do i actually go to the link? Couldn't find the specified server.
Ok, my fault. Now I understand what you meant. Thanks a lot.