Embedding a Web Control

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

Forgive me if this is a dumb question, but I am new to VB.

I am designing a web-based application for in-house operations, and would
like to build a very simple VB front end that simply contains a web control
object as big as the window in which to display the web app I am building.
That way my users see an application and not a web page.

What is the correct code to use to do this when the form is opened?

For demo sake, lets say the URL I want to open in the web control is
http://localhost/

Thanks
 
Hi Keith,

Very easy use axwebbrowser (you see ax).
Include that in your toolbox from , the com components and than drag it on
your form.
When you want information take as keyboards on msdn words as "navigate2"

I hope this helps,

cor
 
* "Keith said:
I am designing a web-based application for in-house operations, and would
like to build a very simple VB front end that simply contains a web control
object as big as the window in which to display the web app I am building.
That way my users see an application and not a web page.

What is the correct code to use to do this when the form is opened?

For demo sake, lets say the URL I want to open in the web control is
http://localhost/

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