cm00 Posted June 26, 2013 Posted June 26, 2013 $x1=0 $y1=0 $result = _ImageSearch("xxx.bmp",1,$x1,$y1,100) if $result=1 Then ToolTip(" found! ", 400, 3) MouseMove($x1,$y1,20) MouseClick("right",$x1,$y1) Sleep(1000) MouseMove($x1 +65, $y1 +7 ,20) Sleep(2000) Else ToolTip(" not! ", 400, 3) Sleep(500) EndIf The problem i am having is it searches the whole computer screen, i want it to search only the active window. I'm not very experienced with autoit, can anyone tell me a simple way to change this to search only the active window?
FireFox Posted June 26, 2013 Posted June 26, 2013 Hi,Welcome to the autoit forum Please use autoit code tags to post your code.What is the FINAL purpose of this script?Br, FireFox.
cm00 Posted June 26, 2013 Author Posted June 26, 2013 Hi, Welcome to the autoit forum Please use autoit code tags to post your code. What is the FINAL purpose of this script? Br, FireFox. How do i use auto it code tags? For web browsing searches.
FireFox Posted June 26, 2013 Posted June 26, 2013 How do i use auto it code tags?'?do=embed' frameborder='0' data-embedContent>>For web browsing searches.Can you elaborate please?Br, FireFox.
Bert Posted June 26, 2013 Posted June 26, 2013 How do i use auto it code tags? For web browsing searches. You can use the IE.au3 commands to do much of what you need. Whats the name of the site? Odds are someone has already done what you are trying to do and we can point you to their code. That would save you time. The Vollatran project My blog: http://www.vollysinterestingshit.com/
meisandy Posted June 26, 2013 Posted June 26, 2013 Perhaps looking at WinGetPos() in the help file will also give you some clues, but this does seem a long way to search for something on the internet. Are you sure that your automation will be legitimate?
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