Hi.
I want to make a custom tabcontrol. The only difference between the one I want to make and the standard one is the GUI. I want the tabs at the top to be much larger and look somewhat different.
Has anyone already done something similar? Would appreciate any links if you have an article or something describing the solution.
I've considered two cases and I would like feedback on which to choose:
1. Subclass the standard Tabcontrol and override onpaint
2. Build a new control with GDI+
Best regards,
Christer
I want to make a custom tabcontrol. The only difference between the one I want to make and the standard one is the GUI. I want the tabs at the top to be much larger and look somewhat different.
Has anyone already done something similar? Would appreciate any links if you have an article or something describing the solution.
I've considered two cases and I would like feedback on which to choose:
1. Subclass the standard Tabcontrol and override onpaint
2. Build a new control with GDI+
Best regards,
Christer