Showing a web page in VB.Net form?

  • Thread starter Thread starter rj
  • Start date Start date
R

rj

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..
 
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.
 
rj said:
but how do I specify a path for the site to open? i dont see any
options in the properties..

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

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

Similar Threads


Back
Top