The following 2 lines of code are in VB.NET (C#):
Code:
this.webMain.Dock = System.Windows.Forms.DockStyle.None;
this.webMain.Dock = System.Windows.Forms.DockStyle.Fill;
Does anyone know the VB6 equivalent of the above-mentioned 2 lines?

Please note that the above code makes use of the WebBrowser control (or whatever it is called in VB.NET).

Thanks,

Arpan