Posts by Wellington De Oliveira Martins • 1 point
1 post
-
0
votes2
answers351
viewsA: progressbar reaches maximum value but visually does not fill c#
I don’t know if it’s the best way, but I figured it out: public Form1() { InitializeComponent(); } public int prog = 0; private void tempo_Tick(object sender, EventArgs e) { if (prog != 105)…