Hi all,
Does anyone know how to do tab control that have customizable color in VB 6.0?
Thanks,
James
Printable View
Hi all,
Does anyone know how to do tab control that have customizable color in VB 6.0?
Thanks,
James
Hi,
Do you mean one color for each tab on the same form or change color of tabs during usage for the same form.
Thanks,
Armand
Well, I meant different color for different tabs on different forms
Regards,
James
Hi James
Please try to add frame on each tab index and then play with frame back color
if the visual effect is close to what you need then we are happy for you.
Thanks
To change the SStab Backcolor you need to Subclass Like in this example, but that would change all tabs backcolor in the Tab Control (not individual tabs).