win32gui.CreateWindowEx
int = CreateWindowEx(dwExStyle, className , windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )
Creates a new window with Extended Style.
Parameters
int = CreateWindowEx(dwExStyle, className , windowTitle , style , x , y , width , height , parent , menu , hinstance , reserved )
Creates a new window with Extended Style.