Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...