.
C# Signature:
[DllImport("user32.dll", SetLastError=true)]
static extern IntPtr CreateWindow(
string lpClassName,
string lpWindowName,
uint dwStyle,
int x,
int y,
int nWidth,
int nHeight,
IntPtr hWndParent,
IntPtr hMenu,
IntPtr hInstance,
IntPtr lpParam);
VB Signature:
User-Defined Types:
None.
Alternative Managed API:
Windows Forms (System.Windows)
Windows Presentation Foundation (System.Windows.Forms)
Notes:
None.
Tips & Tricks:
Sample Code:
The CreateWindowStation API
3/16/2007 8:23:15 AM - Expression2-1.64.38.215
The CreateWindowStation API
3/16/2007 8:23:15 AM - Expression2-1.64.38.215
Creates a window with an extended window style.
1/14/2017 5:31:40 PM - -193.190.253.150
