Creating Browser Control in WinForms

paul_baum

New Member
&nbsp;<BR>Hi,<BR>I have a WinForm Application in which i Would like to display a Web Browser. This is Possible In VB6, Can we do the same thing in VB.Net?<BR><BR><BR>Thx in AdvanceLook at the WebRequest class in the System.Net class. You can use this class to go and grab HTML content via an HTTP GET or POST request, just like a Web browser does.<BR><BR>HTH
 
Top