How to Exit Game to Web Page?

Started by
1 comment, last by mtemple 19 years, 10 months ago
Gents, I need to be able to have my game exit and then go to my web page in Windows. Even better, I would like to be able to have the user''s default web browser called and then have it go to my URL. I don''t really care if this process causes my game to exit, of if it just loses focus. My game runs in full-screen mode under Windows. I am using C in Visual Studio 6.0. Any help would be greatly appreciated. I was unsure which programming forum to place this in, so I put it in both. Thanks in advance to all you geniuses out there!! Mark Temple Enemy Technology "We have found the enemy, and he is us!"
Mark TempleEnemy Technology"We have found the enemy, and he is us!"
Advertisement
I think you can do it with ShellExcecute with "open" as the operation and your website as the file.
Yeah, you can open any file with it as you clicked it in windows explorer.

This topic is closed to new replies.

Advertisement