murderdoll Posted April 10, 2009 Share Posted April 10, 2009 How can I achieve this tabbed browsing with VB.NET 2008 ? click to enlarge Is it an MDI form ? I'm developing a system and I want that style. Any help would be appreciated. Many thanks in advance Link to comment Share on other sites More sharing options...
0 Mr. Bean Posted April 11, 2009 Share Posted April 11, 2009 In your Toolbox, under Containers, there is a control called TabControl. Link to comment Share on other sites More sharing options...
0 wrack Posted April 11, 2009 Share Posted April 11, 2009 You can use TabControl as said earlier but the they will look like standard TABs. If you mean by STYLE being that particular theme of the Tab Control then they wont look like that exactly using the standard Tab Control. Link to comment Share on other sites More sharing options...
0 vks87 Posted April 14, 2009 Share Posted April 14, 2009 How can I achieve this tabbed browsing with VB.NET 2008 ? click to enlarge Is it an MDI form ? I'm developing a system and I want that style. Any help would be appreciated. Many thanks in advance I agree with Mr.bean.. Link to comment Share on other sites More sharing options...
0 jakem1 Posted April 14, 2009 Share Posted April 14, 2009 You'll have to use third-party controls to achieve a tabbed MDI look and feel. Here's a free control that would do what you want (http://www.codeproject.com/KB/dotnet/Tabbed_MDI.aspx) or you could buy controls from companies like Infragistics. Here are some links to commercial controls: http://www.infragistics.com/dotnet/netadva...s.aspx#Overview (look for WinTabbedMDI) http://www.devcomponents.com/dotnetbar/ http://www.devexpress.com/Products/NET/Con.../WinForms/Bars/ Link to comment Share on other sites More sharing options...
Question
murderdoll
How can I achieve this tabbed browsing with VB.NET 2008 ?
click to enlarge
Is it an MDI form ? I'm developing a system and I want that style.
Any help would be appreciated.
Many thanks in advance
Link to comment
Share on other sites
4 answers to this question
Recommended Posts