Results 1 to 8 of 8

Thread: Tabbed Browser Help

Hybrid View

  1. #1
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Tabbed Browser Help

    You might like to follow the CodeBank link in my signature and check out my Tabbed Web Browser thread. I never did get around to finishing it to the degree I intended but it demonstrates solutions to many of the basic problems.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2011
    Posts
    346

    Re: Tabbed Browser Help

    Quote Originally Posted by jmcilhinney View Post
    You might like to follow the CodeBank link in my signature and check out my Tabbed Web Browser thread. I never did get around to finishing it to the degree I intended but it demonstrates solutions to many of the basic problems.
    thanks
    Ive been using this to navigate and other things
    CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate(ComboBox1.Text)
    but im only abel to get two tabs then when i create a third or fourth only the first one works. I can give more code if you need.
    Last edited by sherlockturtle; Dec 31st, 2011 at 11:19 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width