AHK(오토핫키)

오토핫키 MsgBox

blackbearwow 2020. 8. 18. 21:45

문법:

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