win32gui.CreateWindow
int = CreateWindow(className, windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )
Creates a new window.
Parameters
int = CreateWindow(className, windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )
Creates a new window.