Hi all!
I'm finishing my launcher application and I need just a tiny bit of information: does anyone know how to start the default browser set by the display a web-page in it from C code? I want the documentation to be shown (index.html) when the user presses a button.
Thank you! :yes:
Opening web-browser and display a page from C code
Started by Mihail121, Apr 22 2006 06:36 PM
6 replies to this topic
#1
Posted 22 April 2006 - 06:36 PM
#2
Posted 22 April 2006 - 06:57 PM
ShellExecute(NULL, "open", "index.html", NULL, NULL, SW_SHOWNORMAL);
#3
Posted 22 April 2006 - 07:19 PM
Thank you!
#4
Posted 28 April 2006 - 08:38 PM
Awwwwwwww mjolnir that's exactly what I was going to say... you beat me!
#5
Posted 29 April 2006 - 02:08 AM
...by about 6 days....
reedbeta.com - developer blog, OpenGL demos, and other projects
#6
Posted 29 April 2006 - 09:29 PM
Reedbeta said:
...by about 6 days....
#7
Posted 29 April 2006 - 10:46 PM
Mjolnir said:
ShellExecute(NULL, "open", "index.html", NULL, NULL, SW_SHOWNORMAL);
or you can use this stuff: http://www.codeproje...om/cwebpage.asp
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












