예제 #1
0
 internal static extern int SetWindowPos(
     IntPtr hWnd,
     IntPtr hWndAfter,
     int X,
     int Y,
     int Width,
     int Height,
     FlagsSetWindowPos flags);
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy,
     FlagsSetWindowPos uFlags);
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, FlagsSetWindowPos flags);
예제 #4
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, FlagsSetWindowPos uFlags);
예제 #5
0
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);
예제 #6
0
 internal extern static bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter,
                                          int x, int y, int cx, int cy, FlagsSetWindowPos uflags);
예제 #7
0
 public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int X, int Y, int Width, int Height, FlagsSetWindowPos flags);
예제 #8
0
 public static extern int SetWindowPos(IntPtr hWnd, IntPtr hWndAfter, int x, int y, int width, int height, FlagsSetWindowPos flags);