I was wondering how can I create a window using Win32 API with a specific client area size.
When trying to create a window using the following piece of code, th
You can use the AdjustWindowRect or AdjustWindowRectEx function to calculate the window size given a desired client area size.