Esempio n. 1
0
File: User32.cs Progetto: Foda/Tide
 public static extern bool SetWindowPos(IntPtr hWnd, SetWindowPosZ hWndInsertAfter, int x, int y, int cx, int cy, int flags);
Esempio n. 2
0
 public static extern bool SetWindowPos(IntPtr hWnd, SetWindowPosZ hWndInsertAfter, int x, int y, int cx, int cy, int flags);
Esempio n. 3
0
File: User32.cs Progetto: Foda/Tide
 public static extern int SetWindowPos(IntPtr hWnd, SetWindowPosZ hWndAfter, int X, int Y, int Width, int Height, SetWindowPosFlags flags);
Esempio n. 4
0
 public static extern int SetWindowPos(IntPtr hWnd, SetWindowPosZ hWndAfter, int X, int Y, int Width, int Height, SetWindowPosFlags flags);