![]() |
PBM_SETBARCOLOR ?
Hallo,
also ich habe schon über all nachgeschaut und alle wollen mir sagen das das so geht
Delphi-Quellcode:
aber mein Dalphi kennt die "PBM_SETBARCOLOR" nicht, habe alle Units durchsuchen lassen und nix von der "PBM_SETBARCOLOR" zusehen :wall: .
uses CommCtrl, ...
... // Set Background color ProgressBar1.Brush.Color := clRed; // Set Bar color SendMessage(ProgressBar1.Handle, PBM_SETBARCOLOR, 0, clBlue) ; Kann mir jemand sagen was auf "PBM_SETBARCOLOR" steht ? |
Re: PBM_SETBARCOLOR ?
Delphi-Quellcode:
const
PBM_SETBARCOLOR = WMUSER + 9; |
Re: PBM_SETBARCOLOR ?
Ok danke ;-)
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:48 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 by Thomas Breitkreuz