|
-
Apr 25th, 2010, 12:49 AM
#1
Thread Starter
New Member
Newb help
Okay, so I just started using visual bsaic 2010. For my first project I am trying to build a web browser, i am using a tab control and all my buttons work on the original tab but once a make a new tab the buttons dont work
here is the home button code i am using
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate("http://www.google.com/search?q=" & TextBox2.Text)
it comes up saying index 0 is out of range any help would be appreciated
thanks
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
|