Detected 25 occurrence(s) of ‘GetAsyncKeyState\(‘: Me.Close() Else Timer1.Start() End If If GetAsyncKeyState(Keys.NumPad8) Then Timer1.Stop() Me.Close() Else Timer1.Start() End If If GetAsyncKeyState(Keys.NumPad9) Then Timer1.Stop() Me.Close() Else Timer1.Start() End If End Sub 'Deicha o programa em "segundo plano" Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As S Source: http://pastebin.com/raw.php?i=idrtVZLv
↧