|
-
May 25th, 1999, 05:22 PM
#1
How to launch the default browser from VC++?
Hi all,
How do you launch the default browser in windows95/NT using visual c++?
Thanks,
Johnny
-
May 25th, 1999, 05:51 PM
#2
Re: How to launch the default browser from VC++?
ShellExecute();
and for the filename pass the file you want to open
like http://www.sally.com.au/sallysplace/me.html
Sally
-
May 25th, 1999, 07:27 PM
#3
Re: How to launch the default browser from VC++?
Thanks sally, but how do i actually go to the link? Couldn't find the specified server.
-
May 25th, 1999, 07:42 PM
#4
Re: How to launch the default browser from VC++?
Ok, my fault. Now I understand what you meant. Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|