Detected 10 occurrence(s) of ‘GetAsyncKeyState\(‘: If hotkey = True Then Button8.PerformClick() End If End Sub Private Sub Timer9_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer9.Tick Dim hotkey As Boolean hotkey = GetAsyncKeyState(Keys.F9) If hotkey = True Then Button9.PerformClick() End If End Sub End Class Source: http://pastebin.com/raw.php?i=A8pY6g71
↧