The following 2 lines of code are in VB.NET (C#):Does anyone know the VB6 equivalent of the above-mentioned 2 lines?Code:this.webMain.Dock = System.Windows.Forms.DockStyle.None;
this.webMain.Dock = System.Windows.Forms.DockStyle.Fill;
Please note that the above code makes use of the WebBrowser control (or whatever it is called in VB.NET).
Thanks,
Arpan
