Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control eh?
Message
 
 
To
04/11/2010 16:47:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01488307
Message ID:
01488318
Views:
120
Why not access it directly through Web Browser control DOM? I used IE for simplicity. You'll have to replace oIE with reference to the Web Browser control on the form.
oIE = CreateObject("InternetExplorer.Application")
oIE.Visible = .T.
oIE.Navigate2('http://www.google.com')
oDoc = oIE.Document
? oDoc.body.innerText
>
>I am trying to capture the text from a web page and eventually write it to a memo field
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform