0

I want to develop an application. I want to create a stylish tab control and display pictures like Form1.cs looks like in visual studio tab control ,and i want to highlight it a yellow color when it is clicked.

you can understand by seeing this image,

enter image description here

There would be a great appreciation if someone could help me.

Thanks In Advance.

Sharrok G
  • 447
  • 3
  • 13
  • 27

2 Answers2

2

You need WPF.

AFAIK, AvalonDock is one good library made for very similar look. You need to check its forum for examples and latest discussions.

Nayan
  • 3,092
  • 25
  • 34
1

Have you looked at WPF (Windows Presentation Foundation)? The IDE Shell of Visual Studio 2010 (from the screenshot) has been written using WPF.

Mark
  • 1,718
  • 11
  • 10