문법:
MsgBox [Text, Title, Options]
Result := MsgBox([Text, Title, Options])
MsgBox

MsgBox "hello"

MsgBox "hello", "메시지박스"

result := MsgBox("설치하시겠습니까?", "메시지박스", 3)

반환값: OK, Cancel ,Yes ,No ,Abort ,Retry ,Ignore ,TryAgain ,Continue ,Timeout
참고: https://www.autohotkey.com/docs/v2/lib/MsgBox.htm
'AHK(오토핫키)' 카테고리의 다른 글
오토핫키 ImageSearch, PixelSearch, PixelGetColor (0) | 2020.08.18 |
---|---|
오토핫키 WinExist, WinActive, WinActivate, WinMinimize, WinGetMinMax (0) | 2020.08.18 |
오토핫키의 기본 문법 (0) | 2020.08.18 |
오토핫키 Hotkeys(핫키) (0) | 2020.08.18 |
오토핫키 다운로드, 설치, 문서 (0) | 2020.08.18 |