C# | Create Loading Page with Progressbar and Timer in the Visual Studio

Поділитися
Вставка
  • Опубліковано 10 січ 2025

КОМЕНТАРІ • 21

  • @mdblogger4563
    @mdblogger4563 3 роки тому +2

    👍👍👍 Гап йук

  • @KapilKumar-pk9vz
    @KapilKumar-pk9vz 6 місяців тому

    Super Bro

  • @nope_itsCarlshorts
    @nope_itsCarlshorts 11 місяців тому

    underrated

  • @prashanths7526
    @prashanths7526 11 місяців тому

    Thank you

  • @Wowa12345
    @Wowa12345 4 місяці тому

    3:01

  • @wangzh2k
    @wangzh2k Рік тому +5

    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.

  • @gamechannel9823
    @gamechannel9823 2 роки тому

    Огромное спасибо!)

  • @lalogeronimo4788
    @lalogeronimo4788 Рік тому

    gracias
    thank you

  • @miguelmk426
    @miguelmk426 Рік тому +8

    {
    if (progressBar1.Value < 100)
    {
    progressBar1.Value += 1;
    label1.Text = progressBar1.Value.ToString() + "%";
    }
    else
    {
    timer1.Stop();
    MessageBox.Show("Pronto");

  • @miguelmk426
    @miguelmk426 Рік тому

    Here

  • @uno3478
    @uno3478 3 роки тому

    2:39

  • @alexutzusoft6352
    @alexutzusoft6352 3 роки тому

    Tysm!!

  • @miguelmk426
    @miguelmk426 Рік тому +2

    timer1.Start();

  • @Nadam_z
    @Nadam_z Рік тому +1

    how to make it open another window

    • @Nadam_z
      @Nadam_z Рік тому +1

      form

    • @jentiexd
      @jentiexd 9 місяців тому +2

      {
      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();

  • @Triple109
    @Triple109 4 місяці тому

    I am not able to click on the timer. Please help me. Can we connect with you through WhatsApp?

  • @ChrisdelynWong-r1x
    @ChrisdelynWong-r1x Місяць тому

    Give me a whole code po

  • @codniki
    @codniki 11 місяців тому

    Thank you