lawonama 0 Posted August 4, 2011 (edited) Hello, all. I have this: ControlSend("Windowname", "", "", "{F3}") This wont work for me but ControlSend("Windowname", "", "", "Hello") Works. Any reason?" Edited August 4, 2011 by lawonama Share this post Link to post Share on other sites
Maffe811 0 Posted August 4, 2011 If im not wrong, ControlSend sends the F3/Hello to a specific controll. I don't see why you wand to send a key that does not write anything to a control. This might be the reason it doesnt work. If you are trying to send F3 to a specific window, you could activate it first with WinActivate, then use Send("{F3}") [font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler] Share this post Link to post Share on other sites
lawonama 0 Posted August 4, 2011 Thanks mate! Fixed Share this post Link to post Share on other sites
Maffe811 0 Posted August 5, 2011 No problem [font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler] Share this post Link to post Share on other sites