Hello..
When I used Sleep method in VB.NET, I thought it would be waited .
But I would not.
for example.
1. 1st Procedure
2. thread.sleep(3000)
3. 2nd Procedure
In this case, When I start program, first it wait 3sec , and then operate procedure 1st and 2nd.
What's wrong with it.
please answer me.
JRoh
When I used Sleep method in VB.NET, I thought it would be waited .
But I would not.
for example.
1. 1st Procedure
2. thread.sleep(3000)
3. 2nd Procedure
In this case, When I start program, first it wait 3sec , and then operate procedure 1st and 2nd.
What's wrong with it.
please answer me.
JRoh