how about sliderRep->GetTitleProperty()->ShadowOff(); Dean >To change the font color of a slider, I found to do this: >sliderRep->GetTitleProperty()->SetColor(1,0,0);//red >Anyone know how to remove the outline and simply make the text red?