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 ...