I am writing a “browser” that will show PDFs from a medical chart. I am using a TabStrip control.

The question I have now is: Is it possible to color the tabs, I would like to preserve as much as possible of the original chart organization, and color would be a big asset.

It would be necessary to do two things: write a specific caption and use a color code, (e.g., Prescriptions in blue, Insurance in yellow, Progress in grey, etc.) This information will come from a data file. So using pictures in the tabs will not be a good solution because they could not be created dynamically. (Sorry, What am I saying?, I do not really know. Is it posiible to create pictures dynamically?)

I know exactly how to write any caption to the tabs, I need help with the color.

If some one can suggest how to color the font used on the tabs, that would work too.

Any ideas?