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.