Contents
|
Python for Win32 Extensions Help
>
Pythonwin and win32ui
>
Modules
>
win32ui
>
CreateDialog
win32ui
.CreateDialog
PyCDialog
=
CreateDialog(
idRes
, dll
)
Creates a dialog object.
Parameters
idRes
: int
The ID of the dialog resource to load.
dll=None
:
PyDLL
The DLL object to load the dialog from.