Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling IE From VFP
Message
From
28/08/2001 13:56:21
 
 
To
26/08/2001 10:06:15
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00549222
Message ID:
00549955
Views:
16
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform