Re: (no subject)
Sergio Gelli wrote:
>
> Matt Lewis wrote:
> >
> > If you just want to open IE
> > and show the page, then you can use system() or system_exec():
> > }}}
<eucode>
> > system("c:\\html\\index.htm", 2)
> > </eucode>
{{{
> > 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):
> >
> > <a
> > href="http://www.rapideuphoria.com/eucom.zip">http://www.rapideuphoria.com/eucom.zip</a>
> >
> > Matt Lewis
>
>
> OK Matt, I go to try to make in this way.
>
> very thanks.
If you are using win32lib or another win API, the proper way would be to use
ShellExecute().
Chris Bensler
~ The difference between ordinary and extraordinary is that little extra ~
http://empire.iwireweb.com - Empire for Euphoria
|
Not Categorized, Please Help
|
|