Pesti Posted July 18, 2008 Posted July 18, 2008 well sorry for posting first ... allready done some searching in forum and online docu ... found _ispressed and send as one of the features i need ... but nothing more i'm not even sure if autoit is able to do what i need ... everything looks terrible complicate to me other problem is that here i'ven't permission to install program & at home i've no internet ok setup is i've 2 notepad windows (i call it NP_1 and NP_2) both are allready open NP_1 is active, NP_2 is minimized here comes what a wanna do WHILE This_Script isn't ended DO ( if _ispressed(31) #i hope 31 is 1 ( send(1) to NP_1 ) if _ispressed(32) ( activate NP_2 send(1) to NP_2 minimize NP_2 make NP_1 be active again ) ) thanks in advanced for hints (pls use big hammer) or code Pesti
Zedna Posted July 18, 2008 Posted July 18, 2008 Use ControlSend() or ControlSetText() instead of Send() Resources UDF ResourcesEx UDF AutoIt Forum Search
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