This is a discussion on Changing color in Tab strip within the Microsoft .NET Tutorials and Articles forums, part of the Articles and Tutorials category; Could some one help me as to how to change colors of tab strips or anyother tool source or method ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If you're using .NET, Tab strips come with errors, so you should avoid them. I use the Panels, and place a set of flat buttons - so customizing them is really easy.
For tab strips (if you have to use them) you can place an picturebox the exact size of the strip, and then make changes (color, other images on top, etc) on that picturebox. Chaitanya |