I m using BDS 2006 and would like to know if u can change the color of Group-box and radio group captions with XPmanifest present in the Project(because it is Always blue in color).
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- Is TWebBrowser dependant on IE version?
- iOS objective-c object: When to use release and wh
- DBGrid - How to set an individual background color
相关文章
- Emacs/xterm color annoyance on Linux
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- matplotlib bwr-colormap, always centered on zero
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- HelpInsight documentation in Delphi 2007
- MeshLab: How to import XYZRGB file
The only way to this is overriding the Paint method of the
TGroupBox
.Check this sample which uses a Interposer class