win32gui
.MessageBox
int =
MessageBox(
parent
, text
, caption
, flags
)
Displays a message box
Parameters
parent
: int
The parent window
text
: string
The text for the message box
caption
: string
The caption for the message box
flags
: int