Adblock breaks this site

[VB.NET]Wait Function()

Discussion in 'Programming General' started by llGoHardl, Mar 26, 2012.

  1. llGoHardl

    llGoHardl Member

    Joined:
    Mar 26, 2012
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0
    [VB.NET]Wait Function()

    Private Sub wait(ByVal interval As Integer)
    Dim sw As New Stopwatch
    sw.Start()
    Do While sw.ElapsedMilliseconds < interval

    Application.DoEvents()
    Loop
    sw.Stop()
    End Sub
     
< [VB.NET]Text To Speak | Drawing in python >


 
 
Adblock breaks this site