Jump to content

How can i run an progess in an label?


Recommended Posts

How can i run an progess in an label????

PLZ HELP

Your not going to get much help being so vague. Maybe you could try stating what you are trying to do in a more clear manner.

HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Link to comment
Share on other sites

How can i run an progess in an label????

PLZ HELP

Like SolidSnake said your not being very clear, but this might help you:

GuiCreate("Testing", 500, 34) 
$label = GUICtrlCreateLabel("", 0, 10, 500, 20) 
GuiSetState() 

$data = ""
Sleep(1000) 

For $a = 0 to 250 
    $data &= "l"
    GuiCtrlSetData($label, $data)
    Sleep(10)
Next 

Sleep(300)
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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...