Beispiel #1
0
 public static extern bool SetWindowPos(IntPtr hWnd,
                                        SetWindowPositionInsertAfterType hWndInsertAfter,
                                        int x,
                                        int y,
                                        int cx,
                                        int cy,
                                        SetWindowPositionFlags uFlags);
 public static extern bool SetWindowPos(IntPtr hWnd,
                                        SetWindowPositionInsertAfterType hWndInsertAfter,
                                        int x,
                                        int y,
                                        int cx,
                                        int cy,
                                        SetWindowPositionFlags uFlags);