launching a browser from blitz

Blitz3D Forums/Blitz3D Programming/launching a browser from blitz

chwaga(Posted 2007) [#1]
I'm trying to have a Submit-A-Bug button in my game that when clicked, will shrink the game, and open the computer's internet browser. Can this be done?


Filax(Posted 2007) [#2]
Hi

ExecFile ("http://www.google.fr")

Simple :) ?


chwaga(Posted 2007) [#3]
awesome! thanks!


chwaga(Posted 2007) [#4]
OK, one problem: after launching the internet, upon re-opening the game (from the system tray, as it was shrunk), The game just freezes, and I have to ctrl+alt+delete out of it.


chwaga(Posted 2007) [#5]
nevermind, It was just debug enabled messing it up


Filax(Posted 2007) [#6]
:) Glad to ear that ok :)