I declared a browser in my VB.NET project (Dim browse as new WebBrowser). How am I supposed to get to the events (browse_NewWindow) of the declared thing?
Oh yeah, my code for my browser is
Oh yeah, my code for my browser is
VB.NET:
CType(TabControl1.SelectedTab.WebBrowser(1))