Trigg51
02-16-2002, 02:14 PM
Is it possible to format the background and text colour of Tab controls without going to the bother of creating a bitmap to inset as a picture?
|
View Full Version : Tab Controls Trigg51 02-16-2002, 02:14 PM Is it possible to format the background and text colour of Tab controls without going to the bother of creating a bitmap to inset as a picture? Jack Cowley 02-17-2002, 07:06 AM This site will give you sample code to do what you want... http://www.lebans.com/tabcolors.htm mkleino 02-18-2002, 09:22 AM I warn you that I tried using the module linked to above, and it can be quite tough to get it to do what you want (for example, only format the tab part without the rest of the page background). In addition, keep in mind that you need to set fixed width and height for the tabs on the form (not 0"), otherwise the module won't work at all. Overall, I think it's more trouble than it's worth, but if you're really intent on doing it, it's worth a shot. |