Avatar of bbimis
bbimis

asked on 

autoit progress bar

How would I make what I would think is a simple progress bar?
What I want is to enter a start number say 300 and then a goal number say 245 and it show the number and percentage mark.

I was thinking something like
ProgressOn ("Progress bar", "Start and Goal", "Working...")
$start = inputbox ("start value","enter value")
$goal = inputbox ("goal value", enter value")

$percentcomplete = $g/$c

ProgressSet($percentcomplete)

Open in new window


I'm very new to this. Thanks!
ProgrammingScripting LanguagesWindows 7

Avatar of undefined
Last Comment
bbimis

8/22/2022 - Mon