Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
MessageBox
win32gui
.MessageBox
int =
MessageBox(
parent
, text
, caption
, flags
)
Displays a message box
Parameters
parent
: int
The parent window
text
: string/
PyUnicode
The text for the message box
caption
: string/
PyUnicode
The caption for the message box
flags
: int