How I can turn on smooth filling to all progress-bar?
Moderators: Hacker, petermad, Stefan2, white
How I can turn on smooth filling to all progress-bar?
How I can turn on smooth filling to all progress-bar (copy/move/delete...)?
From MSDN:
dwStyle
Specifies the progress bar control's style. Apply any combination of window stylesdescribed in CreateWindow in the Platform SDK, in addition to the following progress bar control styles, to the control:
...
PBS_SMOOTH Displays gradual, smooth filling in the progress bar control. Without this flag, the control will fill with blocks.
From MSDN:
dwStyle
Specifies the progress bar control's style. Apply any combination of window stylesdescribed in CreateWindow in the Platform SDK, in addition to the following progress bar control styles, to the control:
...
PBS_SMOOTH Displays gradual, smooth filling in the progress bar control. Without this flag, the control will fill with blocks.
- PeaceMaker
- Senior Member
- Posts: 287
- Joined: 2005-12-31, 22:32 UTC
- Location: Warsaw, Poland
- Contact:
..or if you already have that option in your wincmd.ini make sure, that the value is "0", not "1"Sir_SiLvA wrote:Insert NewStyleProgress=0
into wincmd.ini.

[face=tahoma]LICENSE NUMBER: #101897 Single user license (since: 6th February 2004)
CURRENT VERSION: Total Commander 9.00 beta 12 (released: 31st August 2016)[/face]
CURRENT VERSION: Total Commander 9.00 beta 12 (released: 31st August 2016)[/face]
No, both are Standard-Controls - the new one ist just theme-able...Garrett wrote:2Sir_SiLvA
I think old style used slow delphi component (tgauge?).
But new style use standard win control, and add PBS_SMOOTH to its style is not hard work, imho.
(and who ever told you that delphi is slow is lying

Hoecker sie sind raus!
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, I'm not using tgauge, I'm using my own self-developped control.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The new style is from Microsoft Common Controls, and is themed by Windows itself.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact: