internet program

Blitz3D Forums/Blitz3D Beginners Area/internet program

malicnite(Posted 2005) [#1]
is there a way to put up the net and then the program enters an address. and the ie goes to it.


jhocking(Posted 2005) [#2]
ExecFile "http://www.foo.com"

I think that'll work; can't test right now.


jfk EO-11110(Posted 2005) [#3]
That will use the default internet browser. If you want MSIE to surf the page, you have to
Execfile "IEXPLORE http://www.foo.com" if I remember right.

Needless to say I suggest NOT to force the usage of MSIE :)