webBrowser control
(Thursday, December 23, 2004)
Found the following interesting discussion in the Newsgroups:
webBrowser control by:KC
| Is the webBrowser control included in VB.net standard? I can't seem to find it. Or do I have to create a certain type of solution?
Ken
| | | Reply: by:Cor Ligthert
| | | Hi KC,
When it is not, take this link it is complete with a sample
webbrowser http://support.microsoft.com/?kbid=311303
I hope this helps a little bit?
Cor
| | | Reply: by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])
| | | You can use it after completing the steps described here:
311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET <URL:http://support.microsoft.com/?id=311303>
-- Herfried K. Wagner [MVP]
| | | Reply: by:KC
| | | Hey, thanks!
I got the control up and running, but it doesn't seem like you can actually "do" anything with it. You know what I mean? At the end of the day all I want to do is pull data off a page. The page I want (raw text data from a switch which is in a .gz file) downloads to Internet Explorer, and the webBrowser control, just fine, but I can't read the data once it's there - well, actually I can, but I get garbage characters.
I figured once the data was in this control I could do some kind of 'view source' in my code and get what I want.
Ken
|
|
0 Comments:
Post a Comment