How can Up Value Progress In Autoit think in vb.net write
or
What Write in Autoit ?
i try this code but not work
Code:
ProgressBar1.Value = ProgressBar1.Value + 5
Code:
ProgressBar1.Value = +5
i try this code but not work
Code:
Func Progress() Progress1.Position = Progress1.Position = +5 EndFunc