How to loop a timer

Conejo

Well-known member
Joined
Jul 24, 2013
Messages
65
Location
USA
Programming Experience
1-3
i have a progressbar and i want my timer to do this continuosly until application is closed.



ProgressBar1.Increment(+15)
ProgressBar1.Increment(-10)
 
Are you saying, without actually saying, that you want to alternately increase and then decrease the Value of the ProgressBar? From what little you've posted, it seems that you want to both increase and decrease the Value on each Tick, which would be pointless. Also, what if the Value reaches the Maximum before the app closes? Please provide a FULL and CLEAR explanation of the whole issue.
 
hello jmcilhinney im sry i didnt give you enough information i already solved this problem sry i was short on time and coudnt give enough info.
 
Back
Top