opening web page from a C program in default browser

Started by
3 comments, last by coyotelb 23 years, 3 months ago
Could someone tell me how to make button or link in windows C program which will launch default web browser (either ie or netscape) and open some page in it ? For example, I want about dialog box to have a link to my web page. Thanks
Advertisement
I don''t know if this is the best way, but if you run the shell command "start http://website", it should work.
Thanks, I''ll try...
try ShellExecute() or ShellExecuteEx()

cyberg
cyberg- cyberg_coder@hotmail.com- http://members.xoom.com/cybergsoft
thanks cyberg...
I tried it and it works!

This topic is closed to new replies.

Advertisement