Groups | Blog | Home
all groups > vb.net > march 2006 >

vb.net : Showing a web page in VB.Net form?


rj
3/29/2006 10:59:10 PM
Hi All,

I am kind of new to .Net.
I have a web page created in Access (data access page), and i wish to
view it on a form created in VB.Net. I dont want it to open in a new
window.
Is this possible? How do I do it?

Thanks in advance..
Herfried K. Wagner [MVP]
3/30/2006 12:00:00 AM
"rj" <rjeena@gmail.com> schrieb:
[quoted text, click to view]

..NET 1.0/1.1:

WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;311303>

..NET 2.0 comes with a built-in webbrowser control.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
CMM
3/30/2006 3:10:01 AM
If you're using VS2003, right-click on the toolbox and click Add Item -> COM
Components -> Microsoft Web Browser.

If you're using VS2005 simply use the new built-in WebBrowser control.

--
-C. Moya
www.cmoya.com
[quoted text, click to view]

rj
3/30/2006 5:03:18 AM
Thanks :))
rj
3/30/2006 11:16:31 PM
but how do I specify a path for the site to open? i dont see any
options in the properties..
Herfried K. Wagner [MVP]
3/31/2006 12:00:00 AM
"rj" <rjeena@gmail.com> schrieb:
[quoted text, click to view]

..NET 2.0: 'WebBrowser.Url'.
..NET 1.*: 'WebBrowser.Navigate'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
rj
3/31/2006 5:08:26 AM
Thanx.. will try that :))
AddThis Social Bookmark Button