• 0

[VB.NET] How can I achieve this style ?


Question

How can I achieve this tabbed browsing with VB.NET 2008 ?

achieve582.jpg.xs.jpg

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

  • 0

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

  • 0
How can I achieve this tabbed browsing with VB.NET 2008 ?

achieve582.jpg.xs.jpg

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.