Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling IE5 from VFP 6
Message
De
05/10/2001 08:19:40
 
 
À
03/10/2001 09:34:08
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00563316
Message ID:
00564690
Vues:
26
Thanks Steven and Nadya,

What I found was happening is that if I already had a browser window open, then the new browser window I instantiate remains in the background.

-Isaac




>Hi
>
>You could use the windows api SHELLEXECUTE, the syntax for this is listed in the API section of the UT.
>
>ie
>
>lnRetrunValue=shellexecute(0,"OPEN","WWW.MICROSOFT.COM","","",1)
>
>This will open your default browser
>
>If you want to run IE , then use
>
>lnRetrunValue=shellexecute(0,"OPEN","c:\program files\Internet Expolrer\ie.exe","http://www.microsoft.com","",1)
>
>This should bring IE to the front
>
>Regards
>
>Steven
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform