Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
how can i give interval in a program process using timer control.
Like:
while(progressBar1.Value ! = 10) { progressBar1.Value = progressBar1.value + 1; //i want to give 10 seconds interval here }