Re: (no subject)
Sergio Gelli wrote:
>
> Good day Euforum friends,
> Please, I must to open an archive .html with the
> InterNet Explorer using a code .EXW
> Is it possible?
> How I make this?
I'm not sure exactly what you're asking. If you just want to open IE
and show the page, then you can use system() or system_exec():
system("c:\\html\\index.htm", 2)
If you want to show a page within your browser, then you can use EuCOM
to do this. There is a demo that uses IE as an ActiveX control
(browser.exw):
http://www.rapideuphoria.com/eucom.zip
Matt Lewis
|
Not Categorized, Please Help
|
|