AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

automate the click of the OK button when the window appears

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Thanassis



Joined: 08 Apr 2008
Posts: 2

PostPosted: Wed Jun 04, 2008 12:29 am    Post subject: automate the click of the OK button when the window appears Reply with quote

I have a popup window that requests the press of the OK button every couple of hours. Is there a way to automate the click of the OK button when the window appears? Any general directions as to how to go about and get it done?

I have learned a ton from this forum and I would appreciate a quick lesson on the subject Confused

T
Back to top
View user's profile Send private message
h4xx0r n00bl37



Joined: 14 Mar 2008
Posts: 56

PostPosted: Wed Jun 04, 2008 2:59 am    Post subject: Reply with quote

Code:

loop, ;makes it go forever
{
Click x, y ;replace x with x-coordinate and y with y coordinate of the button you want to click. (you should be able to find it with the Autoit 3 Window Spy)
sleep, # ;replace # with the duriation in milliseconds between the popups
}


That should do it
Back to top
View user's profile Send private message
Guest






PostPosted: Wed Jun 04, 2008 3:02 am    Post subject: Reply with quote

use a loop or SetTimer and a IfWinExist to detect the popup
and then Click the button
Back to top
PurloinedHeart



Joined: 04 Apr 2008
Posts: 114
Location: Canada

PostPosted: Wed Jun 04, 2008 3:43 am    Post subject: Reply with quote

Kinda off topic - You might want to simply Shoot the messenger!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group