AnyOne can give a source code how to enable proggress bar when i click button1 the proggress bar will move from 0 to 100 please give me the source code!
Here you go Full source code
You need ur button and make a TImer and progress bar
[code]
Button1_click:
Timer1.start
progressbar1.increment(+5)
if progressbar1.value=100 Then
MSGBOX("DONE Don't forger to thank ME")
EndIf
Here you go Full source code
You need ur button and make a TImer and progress bar
Code:
Button1_click:
Timer1.start
IN timer
progressbar1.increment(+5)
if progressbar1.value=100 Then
MSGBOX("DONE Don't forger to thank ME")
EndIf