0

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
}
4

1 に答える 1