How to do countdown Windows Forms.
Hi I would like to do countdown but in code. You can see 3 texts for same label and I want 5s delay before next comes up. But if I use Task.Delay it will show only first and last text. Any ideas?
8 Replies
I tried use for loop and also foreach loop with list but it end it with same result.
You can't await the task twice
so do new delay?
yeah
just
await Task.Delay(5000);
Ok
will it work with for loop also?
ok thanks
isn't periodic timer more suitable?
idk what it is xd
Hola, ¿cómo están?
¿Me podrían ayudar con un problema que tengo en un proyecto porfa?