Jump to content

Progress bar help...


Recommended Posts

Do
$i = $num/$x
    ;msgbox(0,"loop",$i)
    GUICtrlSetData ($Progress1,$i)
    Until $num = $x
    GUISetState(@SW_Hide,$process)
    exit
    msgbox(0,"finished","done " & $num)

$num = current number loop

$x = 5644

$process = progress bar

15/5644 = .002657689.....

Progress bar doesnt go up...

if i do it the other way the bar goes full but goes backwards...

HELP!!!

:)

Edited by blacksniper
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...