AutoHotkey , IfMsgbox 가 뭘까?

Posted by 대혀니_
2015. 3. 10. 23:56 PROGRAMING/AutoHotKey

Checks which button was pushed by the user during the most recent MsgBox command.

IfMsgBox, ButtonName

Parameters

ButtonName

One of the following strings to represent which button the user pressed in the most recent MsgBox command:

Yes
No
OK
Cancel
Abort
Ignore
Retry
Continue [v1.0.44.08+] 
TryAgain [v1.0.44.08+]
Timeout (that is, the word "timeout" is present if the MsgBox timed out)



원문 설명이다.


ifmsgbox, 버튼 이름이라고 하면 최근에 쓰인 메시지 박스에서 입력 받은 값으로 이동한다.


참고가 되길.