win32ui.CreateMDIFrame

PyCMDIFrameWnd = CreateMDIFrame()

Creates an MDI Frame window.

Comments

An MDI Frame Window is usually the main application window. Therefore there is uaually only one of these windows per application.

An application can only hae one main window. This method will fail if the application window already exists.

Return Value

The window object created. An exception is raised if an error occurs.