I am using Visual Basic.net with a BackGround Worker. I am wanting to wait for x milliseconds but to update a Label with the current wait value.
How can I do this?
I am using this code at the moment:
Threading.Thread.Sleep(5000)
What else can I use as the above code does not inform me of the sleep progress?