Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing URL pages
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00862037
Message ID:
00862081
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform