HohesC Posted August 9, 2010 Posted August 9, 2010 Hey, I'm having some weird problems with my ControlSend... See the Output for 10x execution of this send: $hwnd = WinGetHandle("Diablo II") ControlSend($hwnd,"","","+a") Output: AaAAAAaaaa do u have any idea where that comes from? O.o
seandisanti Posted August 10, 2010 Posted August 10, 2010 Hey, I'm having some weird problems with my ControlSend... See the Output for 10x execution of this send: $hwnd = WinGetHandle("Diablo II") ControlSend($hwnd,"","","+a") Output: do u have any idea where that comes from? O.o maybe specify a {shift up} after each
bo8ster Posted August 10, 2010 Posted August 10, 2010 Have a look at http://www.autoitscript.com/forum/index.php?showannouncement=11&f=2 Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
HohesC Posted August 10, 2010 Author Posted August 10, 2010 Have a look at http://www.autoitscript.com/forum/index.php?showannouncement=11&f=2I have the same issue in notepad <.<
seandisanti Posted August 10, 2010 Posted August 10, 2010 I have the same issue in notepad <.<lol, no worries. did you look at the shift up suggestion
HohesC Posted August 10, 2010 Author Posted August 10, 2010 lol, no worries. did you look at the shift up suggestionyep thx but it didnt workalso if i do {shiftdown}aaaaa{shiftup} i get AAAAa ... dont get it...
seandisanti Posted August 10, 2010 Posted August 10, 2010 yep thx but it didnt work also if i do {shiftdown}aaaaa{shiftup} i get AAAAa ... dont get it... this worked for me in notepad... ControlSend("Untitled - Notepad","",15,"{Shiftdown}aaaaa{shiftup}")
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