Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

the REAL way to make a tabbed webbrowser in vb10

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,503
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Oct 11, 2010

the title says it all
btw i guess you can say the BETTER way to make a tabbed web browser
addtab:
private Sub addtab() Dim browser As New browser : Dim tab As New TabPage browser.Name = "wb" browser.Dock = DockStyle.Fill browser.tabpage = tab browser.navigate(My.Settings.home) tab.Text = "new tab" tab.Name = "ntab" tab.Controls.Add(browser) TabControl1.TabPages.Add(tab) End Sub

Category:

Education

Tags:

License:

Standard YouTube License

  • likes, 7 dislikes

Link to this comment:

Share to:

Uploader Comments (codecvr12)

  • Try redoing the tutorial... too confusing ._.

  • @penguin5427497 i'm sorry, i'm not doing video tutorials anymore. there are people that can probably help you. and i don't know vb any more. i'm getting into the more advanced stuff like c# and java, and then c++.

  • wish i can get the source code, i will really help me ._.

  • @shuffleharddance well maybe i will do the tutorial over again. better looking and better resolution.

see all

All Comments (15)

Sign In or Sign Up now to post a comment!
  • Confusing but I finally found out how to get a form inside a tabcontrol.

    

  • @shuffleharddance try commenting out the line that is the problem and see how the application works.

  • @codecvr12 i have created the usercontrol put everything on it and i know how to create it but the error is still there :|

  • @shuffleharddance now i forgot in the video to tell you but...have you made a user control? do you know how to make one? do you know the purpose of one? the object reference not set to an instance of an object means you haven't created a new instance of it. answer my question about the user control.

  • @codecvr12 the error show Nullreferenceexecption was unhandled by user / Object reference not set to an instance of an object

  • @codecvr12 well ive tried the message box thing so far no problem but when i enter this code tab.text = webbrowser1.documentitle , it give me an error

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more