0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

c++ builder > TProgressBar > 色を変えるのは難しいようだ

Last updated at Posted at 2016-01-15
動作確認
C++ Builder XE4

関連 http://qiita.com/7of9/items/29af7af3c7b4bd47e909

TProgressBar のバーの色を変えようとして関連コードを実装してみたが変えれなかった。

http://stackoverflow.com/questions/8865606/how-to-change-the-colors-of-tprogressbar-background-progressbar-itself-to-a-c
によると

but the Progress Bar color stays the default green (from the theme I assume). If you disable the themes for the app you can actually set BarColor/BackgroundColor

...

PBM_SETBARCOLOR message: Remarks: When visual styles are enabled, this message has no effect.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?