어디서 문제가 있는지 모르겠네요;; 폼이 2여서 그런가? 해결좀요~
펴라
Private Declare Function GetAsyncKeyState Lib user32 (ByVal vKey As Long) As Integer
Private Sub Command1_Click()
Shell C:\Program Files\StarCraft\\StarCraft.exe
End Sub
Private Sub Form_Load()
End Sub
Private Sub Label2_Click()
End Sub
Private Sub Timer1_Timer()
SendKeys {Enter}
SendKeys show me the money
SendKeys {Enter}
Timer1.Enabled = False
End Sub
Private Sub Timer2_Timer()
SendKeys {Enter}
SendKeys power overwhelming
SendKeys {Enter}
Timer2.Enabled = False
End Sub
Private Sub Timer3_Timer()
SendKeys {Enter}
SendKeys something for nothing
SendKeys {Enter}
Timer3.Enabled = False
End Sub
Private Sub Timer4_Timer()
SendKeys {Enter}
SendKeys the gathering
SendKeys {Enter}
Timer4.Enabled = False
End Sub
Private Sub Timer5_Timer()
SendKeys {Enter}
SendKeys operation cwal
SendKeys {Enter}
Timer5.Enabled = False
End Sub
Private Sub Timer6_Timer()
SendKeys {Enter}
SendKeys black sheep wall
SendKeys {Enter}
Timer6.Enabled = False
End Sub
Private Sub Timer7_Timer()
If GetAsyncKeyState(vbKeyNumpad0) Then
Timer1.Enabled = True
End If
If GetAsyncKeyState(vbKeyNumpad1) Then
Timer2.Enabled = True
End If
If GetAsyncKeyState(vbKeyNumpad2) Then
Timer3.Enabled = True
End If
If GetAsyncKeyState(vbKeyNumpad3) Then
Timer4.Enabled = True
End If
If GetAsyncKeyState(vbKeyNumpad4) Then
Timer5.Enabled = True
End If
If GetAsyncKeyState(vbKeyNumpad4) Then
Timer6.Enabled = True
End If
End Sub
Private Sub Timer8_Timer()
Call ToggleTopmost(Form1.hwnd)
End Sub
이렇게 하고
모듈도
Public Const HWND_TOPMOST& = -1
Public Const SWP_NOMOVE& = &H2
Public Const SWP_NOSIZE& = &H1
Public Declare Function SetWindowPos& Lib user32 _
(ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, ByVal cx As Long, _
ByVal cy As Long, ByVal wFlags As Long)
Public Sub ToggleTopmost(ByVal hWindow As Long)
SetWindowPos hWindow, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE Or SWP_NOSIZE
End Sub
추가 했는데;;; 작동이 안되네요;; 왜그런지 보고 말씀좀요 ㅠㅠ
-
곰돌츼
는 런쳐?
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2676241 | 이거왜이래, 짜증나게 (4) | 각티슈 | 2024-11-25 |
2676213 | 네이버 글작성 도배기에 대한질문좀... (5) | Sona | 2024-11-25 |
2676183 | 후킹? (1) | 꼬꼬마 | 2024-11-24 |
2676153 | 아차! 음악링크좀 쓰게 올려주실분.. 많이있는곳으로! | 사이 | 2024-11-24 |
2676125 | Themida 패킹시 윈도우7은 호환 하지 못하나요? | 라 | 2024-11-24 |
2676093 | 현재프로그램 파일이름을 추출하는걸알고싶습니다 (1) | 도1도캣 | 2024-11-24 |
2676066 | exe를 소스로 만드는법좀.. (3) | 회전력 | 2024-11-23 |
2676034 | 이런 창은 어떻게 지우나요? | 수련 | 2024-11-23 |
2676006 | 질문하나더~ | 찬바리 | 2024-11-23 |
2675930 | 작업관리자 차단 | 별빛 | 2024-11-22 |
2675901 | 숫자를 제외한 문자를 어떻게 나타내야될까요? | 진나 | 2024-11-22 |
2675871 | 거의마지막질문인데요 | 아메 | 2024-11-22 |
2675846 | 제가 완성햇는데요 ㅎ; | 거늘 | 2024-11-21 |
2675824 | 타이머. 프로그래스바 코드 질문입니다. (10) | 빛글 | 2024-11-21 |
2675798 | 이걸 머라고해야 할지모르지만 질문합니다 (2) | 리라 | 2024-11-21 |
2675772 | 구구단 함수 질문이요~! (1) | 테이 | 2024-11-21 |
2675746 | exe저장시 런타임53 에러 | 아픔이보여 | 2024-11-20 |
2675718 | ocx 설치법 | 달달한캔디 | 2024-11-20 |
2675630 | ""안에 큰따음표 넣기. | 터전 | 2024-11-19 |
2675519 | 컴파일 오류 ?? | 슬아라 | 2024-11-18 |