InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / CreateWindowEx Method

In This Topic
    CreateWindowEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function CreateWindowEx( _
       ByVal dwExStyle As UInteger, _
       ByVal className As String, _
       ByVal windowName As String, _
       ByVal dwStyle As UInteger, _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal nWidth As Integer, _
       ByVal nHeight As Integer, _
       ByVal hWndParent As IntPtr, _
       ByVal hMenu As IntPtr, _
       ByVal hInstance As IntPtr, _
       ByVal param As IntPtr _
    ) As IntPtr
    public static 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
    )

    Parameters

    dwExStyle
    className
    windowName
    dwStyle
    x
    y
    nWidth
    nHeight
    hWndParent
    hMenu
    hInstance
    param
    See Also