#keywords C++, MFC, UI, 라운드 {{{#!gcode CRgn rgn; CRect rect; GetClientRect(&rect); rgn.CreateRoundRectRgn(0, 0, rect.Width(), rect.Height(), 30, 30); // Set the windows region SetWindowRgn(static_cast(rgn.GetSafeHandle()), TRUE); }}} ---- {{{ }}}