-
Dec 2nd, 2019, 11:59 AM
#1
Thread Starter
Addicted Member
how show the form using hotkey
Hello, i again send this post but this time i show hide form show using hotkey
code this i used
Private Sub Timer2_Timer()
Const KEY_DOWN = &H8000
If GetAsyncKeyState(vbKeyF11) And KEY_DOWN Then
Form1.Show
End If
End Sub
but this time i used hotkey for example
when press alt + f11 form show
how can do
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|