You can use SetWindowLong. SetWindowLong(this->m_hWnd,GWL_STYLE, GetWindowLong(this->m_hWnd,GWL_STYLE) | WS_MINIMIZEBOX | WS_MAXIMIZEBOX); That code would add the minimize and maximize box. ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.