Delay – Visual Basic 2010 – Framework 4

In VB per ottenere un delay di 2 secodi si può utilizzare la seguente istruzione.

'Attendo 2 secodi
System.Threading.Thread.Sleep(2000)
This entry was posted in Microsoft .NET Visual Basic, Programming Languages. Bookmark the permalink.