automatically lauch ie
BlitzPlus Forums/BlitzPlus Programming/automatically lauch ie
| ||
| Hi ! How to automatically lauch the user navigator on my website,for example, when the user click into a button ? Thanks ! |
| ||
| Look into the HTML controls and you can show the webpage in your app. |
| ||
| Thanks, but i want lauch IE as external browser ! |
| ||
You mean something like this?
ExecFile("www.blitzbasic.com")
|
| ||
| exactly ! thanks Marc ! |
| ||
| 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. |
| ||
| No really a problem, i just want lauch the default browser ! |
| ||
| ExecFile("iexplore") should always open the IE |