Click here to Skip to main content
15,896,727 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Like in the topic :)
screen
How to do something like this?
I think about active, inactive tab + seperators bettwen tabs and remove, add tab button :)
Thanks for advance ;)
Posted
Comments
Maciej Los 14-Nov-15 17:01pm    
Funny. What have you tried till now? Where are you stuck?
ry sieł 14-Nov-15 17:44pm    
To create this i must remove the ugly "shadows" from the tab control. How to do it?
http://iv.pl/images/28657866459948606010.png
PS. I don't have good English, because I am from Poland
Maciej Los 15-Nov-15 6:03am    
This is not important from where you are...
ry sieł 15-Nov-15 6:10am    
But how to remove this and create a solid color tab?
I don't want any shadows, gradients only solid color like Edge.
How to do it?

1 solution

Remove those gradient colors & shadows as well.
Use the flat icons.
Use the Segoe UI fonts.

Not the exact solution, but you can give it a shot :)

-KR
 
Share this answer
 
Comments
ry sieł 15-Nov-15 5:33am    
But how to remove this? :/
Now I am done, but it isn't professional:
I have add tab button (it's pictureBox) and
it's moving right to the last tab. It's remove shadow from only last tab.
How to remove it from all tabs?
Maciej Los 15-Nov-15 6:11am    
Use for...each or while...do loop.
ry sieł 15-Nov-15 6:16am    
And e.Graphics.FillRectangle for every tab? Wait a minute.
ry sieł 15-Nov-15 6:28am    
Nothing. It's look like this:
http://iv.pl/images/76613712456154603853.png
How to remove these shadows?
Shadows are on left and bottom border of control and on the right bottom every tab.
ry sieł 15-Nov-15 11:13am    
http://iv.pl/images/42721641008650711617.png
I want something like this ;)
Anyone know how to do this?? :((
I really need this
I got this effect when I use MDITabControl, but in MDI i must add form as tabpage.
In Windows TabControl I can add tabpage using title and in order dock new tab window.
I must draw this, i can't use MDI.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900