I have an application that contains a TRadioGroup control with 5 buttons inside it. The Application I am working with is designed to run on a laptop in potentially bright sunlight. For that reason, it uses white-on-black coloring. The problem is that nothing I do will change the foreground color of the radio button controls to white, or, for that matter, to any color other than black!! There *must* be a way to do this short of writing a custom control. In Visual Basic, the color choices are limited to those defined by windows...but, at least, I can pick a white color for the button text. That gives me what I need (white on black) for this application. The application has *many* user interface elements but the TRadioGroup is the only one that is causing this problem. Rick Schaeffer
↧