Open ASwitchCase opened 11 months ago
As a user I want to be able to customize the size and the position of the windows that are opened.
DllImport("user32.dll", SetLastError = true)] internal static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint); MoveWindow(ApplicationHandle, 600, 600, 600, 600, true);
https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-movewindow?redirectedfrom=MSDN
Description
As a user I want to be able to customize the size and the position of the windows that are opened.
Acceptance Criteria