CreateWindowEx Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function CreateWindowEx( _
ByVal As UInteger, _
ByVal As String, _
ByVal As String, _
ByVal As UInteger, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByVal As IntPtr _
) As IntPtr
public static IntPtr CreateWindowEx(
uint ,
string ,
string ,
uint ,
int ,
int ,
int ,
int ,
IntPtr ,
IntPtr ,
IntPtr ,
IntPtr
)
Parameters
- dwExStyle
- className
- windowName
- dwStyle
- x
- y
- nWidth
- nHeight
- hWndParent
- hMenu
- hInstance
- param
See Also