Тёмный

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

Procode
Подписаться 245
Просмотров 45 тыс.
50% 1

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@wangzh2k
@wangzh2k Год назад
I have to say almost all of videos in the RU-vid 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 года назад
👍👍👍 Гап йук
@KapilKumar-pk9vz
@KapilKumar-pk9vz 3 месяца назад
Super Bro
@codniki
@codniki 8 месяцев назад
Thank you
@nope_itsCarlshorts
@nope_itsCarlshorts 8 месяцев назад
underrated
@gamechannel9823
@gamechannel9823 2 года назад
Огромное спасибо!)
@Wirusy124
@Wirusy124 24 дня назад
3:01
@lalogeronimo4788
@lalogeronimo4788 Год назад
gracias thank you
@alexutzusoft6352
@alexutzusoft6352 3 года назад
Tysm!!
@miguelmk426
@miguelmk426 Год назад
Here
@miguelmk426
@miguelmk426 Год назад
{ if (progressBar1.Value < 100) { progressBar1.Value += 1; label1.Text = progressBar1.Value.ToString() + "%"; } else { timer1.Stop(); MessageBox.Show("Pronto");
@iamverypro345
@iamverypro345 Год назад
TY
@Triple109
@Triple109 Месяц назад
I am not able to click on the timer. Please help me. Can we connect with you through WhatsApp?
@uno3478
@uno3478 2 года назад
2:39
@Nadam_z
@Nadam_z Год назад
how to make it open another window
@Nadam_z
@Nadam_z Год назад
form
@psychostanyyy
@psychostanyyy 6 месяцев назад
{ 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();
@miguelmk426
@miguelmk426 Год назад
timer1.Start();
@iamverypro345
@iamverypro345 Год назад
TY
@prashanths7526
@prashanths7526 8 месяцев назад
Thank you
Далее
C# | Send value(s) from Form to other Form
5:32
Просмотров 2,1 тыс.
Living life on the edge 😳 #wrc
00:17
Просмотров 5 млн
ZIP BOMBS vs. Windows
10:36
Просмотров 1,5 млн
How to show loading form in c# application
8:45
Learning C# In A Week... Otherwise I Fail University
9:04
C# Tutorial - Progress Bar | FoxLearn
10:15
Просмотров 108 тыс.
C# winform Wait Form
15:42
Просмотров 27 тыс.
C# Tutorials- Login with progress bar
10:38