Beispiel #1
0
 public static extern int GetWindowLong(IntPtr hWnd, User32Types.WindowLongIndex nIndex);
Beispiel #2
0
 public static extern bool GetWindowRect(IntPtr hwnd, out User32Types.Rect lpRect);
Beispiel #3
0
 public static extern bool GetClientRect(IntPtr hWnd, out User32Types.Rect lpRect);
Beispiel #4
0
 public static extern bool AdjustWindowRectEx(ref Rect lpRect, User32Types.WindowStyles dwStyle,
    bool bMenu, User32Types.WindowExStyles dwExStyle);
Beispiel #5
0
 public static extern bool ShowWindow(IntPtr hWnd, User32Types.ShowWindowCommand nCmdShow);
Beispiel #6
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, User32Types.SetWindowPosFlags uFlags);
Beispiel #7
0
 public static extern int SetWindowLong(IntPtr hWnd, User32Types.WindowLongIndex nIndex, int dwNewLong);