Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet Explorer Making IE Window Active (on top)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00516540
Message ID:
00519554
Vues:
14
>Hi
>
>If all you want to do is go to a site, then you could use shellexecute to launch IE
>
>The last parameter to this API sets the window state, ir maximized, hidden, minimized etc.
>
>
>you wil of course need to load the API before you use it.
>
>
>
>
>lnReturnValue=shellexecute(0,"OPEN","www.mysite.com","","",1)
>
>This should bring IE to the front.
>
>But if you need to manipulate the web pages in some way you will have to use IE as a com object.
>
>Hope this helps
>
>Regards
>
Hi Steven,
That does work, however, I want a new instance of IE. That uses an existing IE, if available. Not being familiar with ShellExecute, is there a parm that will spawn a new one?
Bill Armbrecht
VFP MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform