Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ole Automation with IE 5
Message
De
16/08/1999 02:09:54
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordanie
 
 
À
15/08/1999 16:22:29
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00253828
Message ID:
00253949
Vues:
20
>>I'm using follwing code for automating IE 5
>>
>>oBrowser = CREATEOBJECT("InternetExplorer.Application")
>>oBrowser.Visible = .t.
>>oBrowser.Navigate("http://www.microsoft.com")
>>
>>* In-Between these lines I want to wait till microsoft.com is fully displayed, then move on to next line...
>>
>>oBrowser.Navigate("http://www.yahoo.com")
>>
>>
>>I'm question is how to check whether the last navigated site was completed displayed or not...
>>(something like If oBrowser.LastPageOk()...)
>>
>>TIA...
>
>There may be an event that tells you when navigation is complete. You can expose the IE events and hook VFP code to them by using the VFPCOM.DLL

Thnks for your help...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform