I have some tabControl in C# Windows app. It has some tabPages. Does anyone kwows how to make the tabPage Text to become Bold..?
In Winforms you can change the DrawMode and paint all the captions on yourself.
See the MSDN Example.