|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Showing a web page in VB.Net form?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. Show quoteHide quote "rj" <rje***@gmail.com> wrote in message news:1143701950.588738.120290@i39g2000cwa.googlegroups.com... > 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.. > "rj" <rje***@gmail.com> schrieb: ..NET 1.0/1.1:> 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. 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/> V B <URL:http://classicvb.org/petition/> but how do I specify a path for the site to open? i dont see any
options in the properties.. "rj" <rje***@gmail.com> schrieb: ..NET 2.0: 'WebBrowser.Url'.> but how do I specify a path for the site to open? i dont see any > options in the properties.. ..NET 1.*: 'WebBrowser.Navigate'. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||