How to display content of html page in Vb.net Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
Many thanks in advacne, does anyone know how to display contenet of a Html page on a VB form.? can this be display in a RichRextBox? if yet how..
Many thank
Al
 
* "=?Utf-8?B?QWw=?= said:
Many thanks in advacne, does anyone know how to display contenet of a
Html page on a VB form.?

311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
can this be display in a RichRextBox? if yet how...

No, the RichTextBox doesn't support HTML format.
 
Hi Al,

Very simple have a look for the "webbrowser"

The best you can do is place it in your toolbox from the Com components
"Microsoft Web-browser"

And than drag it to your form.

Because of that a webpage is not always 1 document, I think you have to do
more to get it in a RichTextbox.

I hope this helps?

Cor
Many thanks in advacne, does anyone know how to display contenet of a Html
page on a VB form.? can this be display in a RichRextBox? if yet how...
 
Back
Top