Hi
I can't figure out why this is happening. The app throws a nullreferenceexception on Me.Controls.Add(tab(count)).
Public tab As Tab()
Public wb As WebBrowser()
Public count As Integer = 0
Public Sub NewTab(ByVal url As String)
Try
wb(count) = New WebBrowser
tab(count)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.