|
-
Feb 7th, 2001, 01:15 PM
#1
Thread Starter
Hyperactive Member
Is there anyway to send keys to a APP while its minimized?
-RaY
VB .Net 2010 (Ultimate)
-
Feb 7th, 2001, 01:22 PM
#2
PowerPoster
Sure, but you have to activate the form first. Open up Notepad and minimize it.
Code:
App Activate "Notepad"
sendkeys "% {Down 4} {Enter)", -1
-
Feb 7th, 2001, 01:26 PM
#3
Thread Starter
Hyperactive Member
Would this...
Would this allow me to do other things in the mean time? Or would I have to App Activate everytime before I send a key(s) to notepad?
-RaY
VB .Net 2010 (Ultimate)
-
Feb 7th, 2001, 01:31 PM
#4
PowerPoster
Whenever you want to send any keys to any prog, the prog has to have the focus, thus you must use appactivate or it will send the keys to itself.
-
Feb 7th, 2001, 01:41 PM
#5
Thread Starter
Hyperactive Member
If I...
If I used API to send the keys then, then would I be able to do other things while I API?
-RaY
VB .Net 2010 (Ultimate)
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
|