Advertisement

Linking to our webpages from our game/demo

Started by May 05, 2001 02:39 PM
0 comments, last by DrjonesDW3d 23 years, 9 months ago
I know this is possible because i''ve seen it done. Does anyone here know what function call must be made to open a browser window (IE) with a site from within a direct x or open gl program? If anyone does please share the knowledge... i think this will make it much easier for us to give users a way to see our other games and programs we''ve written as well as just make things easier. Thanks! Dr. Jones
here, this should work:

ShellExecute(NULL, "open", "http://www.microsoft.com", NULL, NULL, SW_SHOWNORMAL);

(got it from http://www.codeguru.com/cgi-bin/bbs/wt/showpost.pl?Board=vc&Number=204331&page=&view=&sb=)

hope this helps

This topic is closed to new replies.

Advertisement