Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Dim hotkey As Boolean
hotkey = GetAsyncKeyState(Keys.F1)
If hotkey = True Then
Button1.PerformClick()
End If
End Sub
'프로그래밍언어 > VB.NET' 카테고리의 다른 글
메모장에 텍스트 보내기 (0) | 2013.02.16 |
---|---|
Message Queues (Windows) (0) | 2013.02.16 |
비베로 치트엔진 튜토리얼8 통과하기(포인터) (0) | 2013.02.13 |
[5]웹파싱? httprequest를 통해 html을 따와서 잘라내봅시다(소스) (0) | 2013.02.01 |
[4]웹파싱? httprequest를 통해 html을 따와서 잘라내봅시다 (0) | 2013.02.01 |