Display HTML in 'standard' VB page

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Hi,

In VB6 you could use the WebBrowser control (MS Internet Controls) and place
this control within a page. You could then display web pages within this
control......VB.Net allows you to reference and wrap this COM but I do not
know how to display in a VB page or say a picture control. I know I can open
and use MS Explorer but I want to use for help info. within the apps. form.

Hope someone can help.

Thanks, Phil
 
* "Phil said:
In VB6 you could use the WebBrowser control (MS Internet Controls) and place
this control within a page. You could then display web pages within this
control......VB.Net allows you to reference and wrap this COM but I do not
know how to display in a VB page or say a picture control. I know I can open
and use MS Explorer but I want to use for help info. within the apps. form.

311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
<URL:http://support.microsoft.com/?id=311303>
 
Back
Top