Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling IE From VFP
Message
De
26/08/2001 10:06:15
 
 
À
26/08/2001 04:50:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00549222
Message ID:
00549241
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>I need to be able to navigate and retrieve data from a website.
>Navigation includes filling in text boxes and clicking on
>links and buttons.
>
>Can anyone point me to a good reference for doing this?
>
>   ...kt

You can use Internet Explorer itself (or the IE Control you have with VFP) that you can instantiate in a form.
oIE = CreateObject("InternetExplorer.Application")
You can use the IE Control ActiveX wityh the help of the FFC:
DO (_gallery)
They are in class library: _webview.vcx and you will find it under Foundation Classes/Internet/Web Browser Control

The IE DOM is documented in MSDN (make sure the URL is typed in one long line):
http://msdn.microsoft.com/library/default.asp?URL=/library/officedev/odeomg/deovrmicrosoftinternetexplorer5documentobjectmodel.htm

HTH


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform