Published
- 1 min read
vb.net wait 1 second
The solution for this is noted below
vb.net wait 1 second
Solution
Threading.Thread.Sleep(500)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
Threading.Thread.Sleep(500)
Try other methods by searching on the site. That is if this doesn’t work