Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   color listbox? (https://www.delphipraxis.net/107546-color-listbox.html)

crusor 29. Jan 2008 16:13


color listbox?
 
Hallo,

wie soll ich eine colorlistbox (formular farbwechsel) programmieren, damit wenn man auf eine Farbe drückt diese erscheint und wenn man auf eine andere farbe drückt, dann das Formular in dieser Farbe ist ?

danke schonmal.

rollstuhlfahrer 29. Jan 2008 16:16

Re: color listbox?
 
du meinst folgendes:

ColorBox -> Anwender wechselt Farbe -> Form-Hintergrundfarbe soll ColorBox-Farbe sein??

Delphi-Quellcode:
procedure TForm1.ColorBox1Change(Sender: TObject);
begin
Form1.Color := ColorBox1.Selected;
end;
ich glaub, das wars

rollstuhlfahrer


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:01 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