Код: Выделить всё
SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags);
Подробнее здесь: https://stackoverflow.com/questions/294 ... ing-winapi
Код: Выделить всё
SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, uint uFlags);