Is there any simple code to delay 1 second?
Visual Basic
3
Posts
3
Posters
0
Views
1
Watching
-
In VC++, with
Sleep(1000)
we can have about 1 second delay time. Do we have some thing like that in VB.net? ThanksATC wrote: Do we have some thing like that in VB.net? Yes. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemthreadingthreadclasssleeptopic.asp[^]
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
In VC++, with
Sleep(1000)
we can have about 1 second delay time. Do we have some thing like that in VB.net? Thanks