so how would i add the WebBrowser object/control at run time?

I tried
dim wbexplorer as new webbrowser
MyTabPage.Controls.Add(wbexplorer)

but webbrowser is not recognised in this first line!