BOOL CCyFinMetaMain_UITDlg::OnInitDialog()
{
CDialogEx::OnInitDialog();
ModifyStyle(WS_SYSMENU, 0);// 우상단 최소화, 최대화, x 3개 모두 안보이게 하는것
// x버튼 그레이 처리하는것.
CMenu *p_menu = this->GetSystemMenu(FALSE);
p_menu->EnableMenuItem(SC_CLOSE, MF_BYCOMMAND | MF_GRAYED);
return TRUE;
}
첫 등록 : 2020.08.31
최종 수정 :
단축 주소 : https://igotit.tistory.com/2561
'VisualStudio.C++.C# > 코딩팁,함수활용,단편' 카테고리의 다른 글
Fixed width integer types C99표준. stdint.h 에 정의 있음. uint8_t, uint64_t 등. (0) | 2020.09.07 |
---|---|
win API . FindWindow , FindWindowEx (0) | 2020.09.05 |
WM_COPYDATA . OnCopyData . CWnd * pWnd . WPARAM (0) | 2020.08.31 |
Critical Section (크리티컬 섹션) (0) | 2020.05.13 |
jsoncpp. Json::Value , Json::Reader, Json::CharReader, Json::CharReaderBuilder (0) | 2020.05.12 |
댓글