Ejemplo n.º 1
0
		internal extern static bool Win32SetWindowPos(IntPtr hWnd, SetWindowPosZOrder pos, int x, int y, int cx, int cy, SetWindowPosFlags Flags);
Ejemplo n.º 2
0
 public static extern int SetWindowPos(
     IntPtr hWnd, SetWindowPosZOrder pos,
     int X, int Y, int cx, int cy, SetWindowPosFlags uFlags);