Re: parsing data returned from Microsoft.XMLHTTP
- From: "csinva via AccessMonster.com" <u20846@uwe>
- Date: Thu, 20 Apr 2006 01:18:02 GMT
Could you elaborate on the WebBrowser control?
Tom van Stiphout wrote:
I would not use XMLHTTP but rather the WebBrowser control. Then I can
use the DOM to get to what I want.
-Tom.
I used some code from another post to successfully search and retrieve data
from a web site. But now I have been pulling out my hair trying to take
informaiton out of the file and display it in my form. Here is my code:
<clip>
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/200604/1
.
Relevant Pages
- Re: parsing data returned from Microsoft.XMLHTTP
... I would not use XMLHTTP but rather the WebBrowser control. ... use the DOM to get to what I want. ... from a web site. ... (comp.databases.ms-access) - RE: How to tell WebBrowser control what credentials to use?
... I have a WinForms application that contains the WebBrowser control. ... If I were to use WebRequest / WebResponse to access that same web site ... After doing some research on this issue, I only find a way for a client ... application from the web page script code. ... (microsoft.public.dotnet.framework.windowsforms) - Re: Focus in webbrowser Control
... I'm using a webbrowser control in my project, ... You will have to manipulate the DOM (exposed as the webbrowser.Document ... exposes a Document property; it is the document object of the web page ... Giving focus to an element within an HTML document requires DOM-level calls; ... (microsoft.public.vb.controls) - Re: Searching web sub-pages
... into a WebBrowser control or IE instance). ... weren't thinking of using DOM to look for the keywords. ... so as to avoid the bloat of loading them ... Then I would just parse them with InStr. ... (microsoft.public.vb.general.discussion) - Re: Accessing an HTML documents objects
... > I'm trying to access the contents of an HTML document using the object ... I know this can be done by using the WebBrowser control but I don't ... control's visible property to false seems to prevent access to the DOM. ... (microsoft.public.vb.controls.internet) |
|