DarkXer Posted April 12, 2006 Posted April 12, 2006 Does this scripting language have the ability to send keystrokes to a minimized application? I know something has to be in focus but when using Win32 api's to bring an application in focus, It also Restores the application. I'm looking for a way to send automated keystrokes to a minimized application. Is this possible with autiItv3? Thanks (Great product BTW)
greenmachine Posted April 12, 2006 Posted April 12, 2006 (edited) This is not a general support forum!If it is a Windows application, it can probably be accessed with Control*() functions. Look in the helpfile for the functions, and use Au3Info.exe for info about the application.If it does not have any controls... you're going to have to be lucky. What program is it?Edit - wow that was moved fast.... Edited April 12, 2006 by greenmachine
herewasplato Posted April 12, 2006 Posted April 12, 2006 ...I'm looking for a way to send automated keystrokes to a minimized application...See this post for a demo of that:http://www.autoitscript.com/forum/index.ph...ndpost&p=160212 [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now