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