![]() |
TComboBox.Color, csDropDownList klappt ab Vista nicht mehr
Hallo,
die Farbe der ComboBox wird nicth gesetzt, erst wenn ich die ComboBox aufklappte, zeigt er mir die Farbe an. Auch TAdvCombobox (TMS) geht nicht). Bei TAdvOfficeCmboBox kann ich zumindestens die BorderColor setzen. Unter XP ging das noch ... Kennt jemand eine Lösung ? Danke Heiko |
AW: TComboBox.Color, csDropDownList klappt ab Vista nicht mehr
Delphi-Quellcode:
uses uxTheme;
{$R *.dfm} procedure TForm2.FormCreate(Sender: TObject); begin SetWindowTheme(ComboBox1.Handle,'',''); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:22 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz