Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen scraping from a web page
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01273270
Message ID:
01273656
Views:
20
>Thank you very much Yuri, I noticed that Viv is using the web control. What is the main difference between your approach and hers?

If you work with forms, than in some cases it is more convinient to attach there WebControl. Then you will be able show its contents inside the form. Other than that there are not much differences. You may check it while creating two objects and compare their properties and methods.

oWebBrowser=createobject("Shell.Explorer")
....
oInternetExplorer=createobject("InternetExplorer.Application")
.....
Previous
Reply
Map
View

Click here to load this message in the networking platform