int = CreateWindowEx(dwExStyle, className
, windowName
, style
, x
, y
, width
, height
, parent
, menu
, hinstance
, reserved
)
Creates a new window with Extended Style.
Parameters
dwExStyle : int
extended window styleclassName : int/string
windowName : string
style : int
The style for the window.x : int
y : int
width : int
height : int
parent : int
Handle to the parent window.menu : int
Handle to the menu to use for this window.hinstance : int
reserved : None
Must be None