본문 바로가기

Windows/MFC

ModifyStyle WS_CAPTION SWP_FRAMECHANGED Caption bar 없이 다이얼로그 띄우기

[code]ModifyStyle(WS_CAPTION, 0, SWP_FRAMECHANGED);
[/code]