Exemplo n.º 1
0
 private static extern bool SetWindowPos(IntPtr hWnd,
                                         IntPtr hWndInsertAfter,
                                         int x,
                                         int y,
                                         int width,
                                         int height,
                                         Swp uFlags
                                         );
 public static extern IntPtr SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int Y, int cx, int cy, Swp wFlags);
Exemplo n.º 3
0
   private static extern bool SetWindowPos(IntPtr hWnd,
     IntPtr hWndInsertAfter,
     int x,
     int y,
     int width,
     int height,
     Swp uFlags
 );