[Module] Extended ProgressBar [all OS/ 64Bit / DPI]
Posted: Sun Jun 09, 2019 5:06 pm
ProgressBarEx - Module (all OS / 64Bit / DPI)
Download: ProgressBarExModule.pbi
- Change all colors (#FrontColor/#BackColor/#ProgressBarColor/#GradientColor/#BorderColor)
- additionally display percentage at end of progress bar (#ShowPercent)
- additionally show text in progress bar (e.g. file name)
- automatic size adjustment possible (#AutoResize)
Code: Select all
; ProgressEx::Gadget() - similar to ProgressBarGadget()
; ProgressEx::GetAttribute() - similar to GetGadgetAttribute()
; ProgressEx::GetState() - similar to GetGadgetState()
; ProgressEx::SetAutoResizeFlags() - defines the behavior of AutoResize
; ProgressEx::SetAttribute() - similar to SetGadgetAttribute()
; ProgressEx::SetColor() - similar to SetGadgetColor()
; ProgressEx::SetFont() - similar to SetGadgetFont()
; ProgressEx::SetState() - similar to SetGadgetState()
; ProgressEx::SetText() - similar to SetGadgetText()