Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing URL pages
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00862037
Message ID:
00862081
Views:
18
Take look at http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reflist_vb.asp

>I am trying to learn a little more about VFP and the Internet. I can create an instance of IE and navigate to a URL, but don't know how to access information on the URL page. Where can I find documentation to tell me what is available to access forms, log-ins, etc for a URL page?
>
>IE:
>
>*-- create an instance of Internet Explorer
>*-- navigate to UT, and log in
>
>LOCAL loIntExp
>
>loIntExp = CREATEOBJECT("InternetExplorer.Application")
>loIntExp.VISIBLE = .T.
>
>loIntExp.Navigate("http://www.levelextreme.com")
>
>*-- find the log-in and password entries.........
>
>Thanks in advance,
>
>Harry
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform