I have to say almost all of videos in the TH-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.
I have to say almost all of videos in the TH-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
Thank you
underrated
gracias
thank you
{
if (progressBar1.Value < 100)
{
progressBar1.Value += 1;
label1.Text = progressBar1.Value.ToString() + "%";
}
else
{
timer1.Stop();
MessageBox.Show("Pronto");
TY
3:01
Огромное спасибо!)
timer1.Start();
TY
2:39
Here
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();
Tysm!!
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