AutoHotkey Community

It is currently May 26th, 2012, 2:52 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: January 31st, 2009, 9:16 pm 
Hello all,

Newbie here. Just trying to learn this a little at a time.

My question is: Can autohotkey sense when an "OK" button or "Cancel" button is clicked before the action happens?

If so, I couldn't find it in a forum question. Would anyone know where to go?

Thanks!

-P


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2009, 12:26 am 
Offline

Joined: August 26th, 2007, 12:23 am
Posts: 50
Location: USA
might help to see a picture of the buttons.

_________________
~ B r () n c ()


Report this post
Top
 Profile  
Reply with quote  
PostPosted: February 1st, 2009, 2:01 am 
Offline

Joined: October 9th, 2006, 8:19 pm
Posts: 236
Location: Finland
patgenn wrote:
Can autohotkey sense when an "OK" button or "Cancel" button is clicked...

MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]
retrieves the control under mouse, so clicking is easy to detect, but if you'd want to detect "pressing" (with Enter, Space or possible hotkey/hotkey combination), that's much harder.

_________________
Pekka Vartto


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 1st, 2009, 5:42 am 
Offline

Joined: January 12th, 2008, 7:45 pm
Posts: 131
If you're asking about Msgboxes it's really simple...
http://www.autohotkey.com/docs/commands/IfMsgBox.htm

Code:
...
IfMsgbox OK
Msgbox you pressed OK.
Ifmsgbox Cancel
Msgbox you pressed Cancel.
...

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: G. Sperotto, Google Feedfetcher, patgenn123 and 20 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group