webBrowser control

  • Thread starter Thread starter KC
  • Start date Start date
K

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
 
* "KC said:
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?

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>
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top