[Module] Extended ProgressBar [all OS/ 64Bit / DPI]

Hier könnt Ihr gute, von Euch geschriebene Codes posten. Sie müssen auf jeden Fall funktionieren und sollten möglichst effizient, elegant und beispielhaft oder einfach nur cool sein.
Benutzeravatar
Thorsten1867
Beiträge: 1359
Registriert: 04.02.2005 15:40
Computerausstattung: [Windows 10 x64] [PB V5.7x]
Wohnort: Kaufbeuren
Kontaktdaten:

[Module] Extended ProgressBar [all OS/ 64Bit / DPI]

Beitrag von Thorsten1867 »

ProgressBarEx - Module (all OS / 64Bit / DPI)
  • Ändern der Farben (#FrontColor/#BackColor/#ProgressBarColor/#GradientColor/#BorderColor)
  • zusätzlich Prozentzahl am Ende des Fortschrittbalkens anzeigen (#ShowPercent)
  • zusätzlich Text im Fortschrittsbalken anzeigen (z.B. Dateiname)
  • automatische Größenanpassung möglich (#AutoResize)

Code: Alles auswählen

; 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()
Download: ProgressBarExModule.pbi
Download of PureBasic - Module
Download of PureBasic - Programmes

[Windows 11 x64] [PB V6]

Bild