When you change the size and position of a freshly opened window, the new settings should be retained whenever you next open that window, even after restarting the system. This is because the settings ...
You cannot make a window larger than the maximum resolution of the screen. Otherwise you'll be in the perpetual not able to close or resize the window depending on ...
You want to size your window so that the client area has a fixed size? You can always try GetWindowRect() and GetClientRect() to get both the total window size and the client size, and then adjust ...