automatically lauch ie

BlitzPlus Forums/BlitzPlus Programming/automatically lauch ie

hub(Posted 2003) [#1]
Hi !

How to automatically lauch the user navigator on my website,for example, when the user click into a button ?

Thanks !


Eikon(Posted 2003) [#2]
Look into the HTML controls and you can show the webpage in your app.


hub(Posted 2003) [#3]
Thanks, but i want lauch IE as external browser !


GitTech(Posted 2003) [#4]
You mean something like this?

ExecFile("www.blitzbasic.com")



hub(Posted 2003) [#5]
exactly ! thanks Marc !


GitTech(Posted 2003) [#6]
BTW, this won't work on my pc, because I use Opera as default browser, instead of IE. So, in my case, Opera will be run and not IE.


hub(Posted 2003) [#7]
No really a problem, i just want lauch the default browser !


Andres(Posted 2005) [#8]
ExecFile("iexplore") should always open the IE