hi ,
A. Changing Font .
1. Select your tab control and goto format
2. You could select property Font you want to change : Name,size,weight
, italic , underline .
B. Backgound . There is not any built in property for that .
The easiest way is using label or text box control for replacing the tab .
Before you do these things , put any control you want on the tab pages .
1. Select your tab control and goto tab format .
2. Style : tranparent .
3. Back Style : transparent .
4. After you do that then you loose tab control because you can not see
it .
5. Create several label : label1 = page1, label2=page2 , etc ...
6. Create on click event for label1 , label2 . This click event is for
showing pages that is hidden because of back style property is set =
transparant .
7. But now you lost the effect like command button or pages button has
(down-up effect )
8. You have to set specialeffect (flat =0;raised=1;sunken=1...) on your
label click event to have "down-up" effect .
Probably someone has better way by using API ??