How do you change the tab's bgcolor?

UCM

Centurion
Joined
Jan 1, 2003
Messages
135
Location
Colorado, usa
Basically, I want to give a different color to each tab ( the tab itself, not the tab's panel container ) in a project...

Is it possible to use some variation of the menuitem icons dll to accomplish the different colors of the tabs?

Also, I need to be able to change their backgrounf colors at runtime as well...

Or is it possible to add an icon to them?
 
No. You'd have to investigate subclassing to owner draw the tabbed dialogs, which would be no simple task.
 
Back
Top