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

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2024

ความคิดเห็น •

  • @wangzh2k
    @wangzh2k ปีที่แล้ว +5

    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.

  • @mdblogger4563
    @mdblogger4563 3 ปีที่แล้ว +2

    👍👍👍 Гап йук

  • @KapilKumar-pk9vz
    @KapilKumar-pk9vz 6 หลายเดือนก่อน

    Super Bro

  • @prashanths7526
    @prashanths7526 11 หลายเดือนก่อน

    Thank you

  • @nope_itsCarlshorts
    @nope_itsCarlshorts 10 หลายเดือนก่อน

    underrated

  • @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");

  • @Wowa12345
    @Wowa12345 3 หลายเดือนก่อน

    3:01

  • @gamechannel9823
    @gamechannel9823 2 ปีที่แล้ว

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

  • @miguelmk426
    @miguelmk426 ปีที่แล้ว +2

    timer1.Start();

  • @uno3478
    @uno3478 3 ปีที่แล้ว

    2:39

  • @miguelmk426
    @miguelmk426 ปีที่แล้ว

    Here

  • @Nadam_z
    @Nadam_z ปีที่แล้ว +1

    how to make it open another window

    • @Nadam_z
      @Nadam_z ปีที่แล้ว +1

      form

    • @jentiexd
      @jentiexd 8 หลายเดือนก่อน +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();

  • @alexutzusoft6352
    @alexutzusoft6352 3 ปีที่แล้ว

    Tysm!!

  • @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 25 วันที่ผ่านมา

    Give me a whole code po

  • @codniki
    @codniki 11 หลายเดือนก่อน

    Thank you