Jump to content

Progress Bar Question/Help.


Gui
 Share

Recommended Posts

Aye guys, I have a progress bar inside a gui, and according to a loop, I want it to update periodically. The loop statement is like this.

For $x = 0 To $l -1
 
  ; stuff that it does goes here...

  ; I want the progress bar to update periodically according to the $x and $l.
GUICtrlSetData($progressbar,$x out of $i) ; kind of like that. The progress bar will update according to the $x and $l. (ex. $x out of $l completed.)
  
Next

So if you know how, please help me out ! Thanks.

GUI.

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...