Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling IE From VFP
Message
De
28/08/2001 13:56:21
 
 
À
26/08/2001 10:06:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00549222
Message ID:
00549955
Vues:
23
>>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

I think this was just what I was looking for. I haven't yet dived
into the code, but assuming that there are severl buttons on
a screen that all say the same thing (you kno the way you
somtimes have multiple submit buttons) how do you determine
which one that you're causing to fire it's click method?

   ...kt
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform