Programming/MFC
다이얼로그 화면의 타이틀바 클릭시 윈도우 크기 변하는것 방지하기
_Erato
2005. 12. 22. 01:36
OnSysCommand 메시지를 이용하여 다음과 같이 코딩한다.
if( nID == 0xf122) return;