[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateWindowEx

CreateWindowEx Method

CreateWindowEx(uint, string, string, uint, int, int, int, int, IntPtr, IntPtr, IntPtr, IntPtr)

Declaration
public static extern IntPtr CreateWindowEx(uint dwExStyle, string className, string windowName, uint dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, IntPtr param)
Public Shared Function CreateWindowEx(dwExStyle As UInteger, className As String, windowName As String, dwStyle As UInteger, x As Integer, y As Integer, nWidth As Integer, nHeight As Integer, hWndParent As IntPtr, hMenu As IntPtr, hInstance As IntPtr, param As IntPtr) As IntPtr
Parameters
Type Name Description
uint dwExStyle
string className
string windowName
uint dwStyle
int x
int y
int nWidth
int nHeight
IntPtr hWndParent
IntPtr hMenu
IntPtr hInstance
IntPtr param
Returns
Type Description
IntPtr