|
-
Dec 30th, 2011, 11:59 PM
#1
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.
-
Dec 31st, 2011, 11:10 AM
#2
Thread Starter
Hyperactive Member
Re: Tabbed Browser Help
 Originally Posted by jmcilhinney
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|