I have to say almost all of videos in the UA-cam to demo the progress bar are useless. Using timer for what? To display a timer progress? How to detect a loading progress or a running progress and display it in progress bar. None of them addressed it.
👍👍👍 Гап йук
Super Bro
underrated
Thank you
3:01
I have to say almost all of videos in the UA-cam to demo the progress bar are useless. Using timer for what? To display a timer progress? How to detect a loading progress or a running progress and display it in progress bar. None of them addressed it.
Огромное спасибо!)
gracias
thank you
{
if (progressBar1.Value < 100)
{
progressBar1.Value += 1;
label1.Text = progressBar1.Value.ToString() + "%";
}
else
{
timer1.Stop();
MessageBox.Show("Pronto");
TY
Here
2:39
Tysm!!
timer1.Start();
TY
how to make it open another window
form
{
if (progressBar1.Value < 100)
{
progressBar1.Value += 1;
label1.Text = progressBar1.Value.ToString() + "%";
}
else
{
timer1.Stop();
MessageBox.Show("Text");
Form5 f5 = new Form5();
f5.Show();
Form4: Hide();
I am not able to click on the timer. Please help me. Can we connect with you through WhatsApp?
Give me a whole code po
Thank you