Contents
|
Python for Win32 Extensions Help
>
Pythonwin and win32ui
>
Modules
>
win32ui
>
LoadMenu
win32ui
.LoadMenu
PyCMenu
=
LoadMenu(
id
, dll
)
Creates and loads a menu resource from a DLL.
Parameters
id
: int
The Id of the menu to load.
dll=None
:
PyDLL
The DLL to load from.