|
-
Apr 10th, 2010, 10:43 AM
#20
Re: Tabbed WebBrowser - a work in progress
Hey,
Let's back up a step here...
Looks like I spoke to soon when I said that is was working fine within Visual Basic 2008 Express Edition. I have just done the conversion again, and looks like I have got the same problem as you. For some reason, something has gone wrong with the conversion.
Follow these steps to get it working.
1) Open the MainWindow.Designer.vb file
2) Search for the word "tabs" in this document (you should only find one reference)
3) Delete the entire line that the word tabs is in, i.e. "Private WithEvents tabs As TabbedWebBrowser.WebBrowserTabControl"
4) Go to design view, and drag a "WebBrowserTabControl" onto the form surface and set the following propreties:
- Name - tabs
- Dock - Fill
- TabPages - Delete all existing tabs
And that should be you back in business.
Hope that helps!!
Gary
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
|