internet program
Blitz3D Forums/Blitz3D Beginners Area/internet program| 
 | ||
| is there a way to put up the net and then the program enters an address. and the ie goes to it. | 
| 
 | ||
| ExecFile "http://www.foo.com" I think that'll work; can't test right now. | 
| 
 | ||
| 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 :) |