CMFCDesktopAlertWnd::GetAutoCloseTime 자동 닫기 시간 초과를 반환합니다. CMFCDesktopAlertWnd::GetCaptionHeight 캡션 높이를 반환합니다. CMFCDesktopAlertWnd::GetDialogSize CMFCDesktopAlertWnd::GetLastPos 화면에서 바탕 화면 경고 창의 ...
CDialog::DoModal, CWinApp::InitInstance, CWinApp::OnIdle, CWinApp::PreTranslateMessage, CWnd::DoDataExchange, CWnd::GetClientRect, CWnd::OnPaint, ShowWindow, UpdateWindow, CImage, AFX_MANAGE_STATE, AfxGetStaticModuleState, CWnd::GetDesktopWindow, CWnd::GetActiveWindow, CImage::Create, CImageDC...
COleInsertDialog dlg;if(dlg.DoModal() != IDOK)return; BeginWaitCursor(); CRectItem* pItem =NULL; TRY {// First create the C++ objectpItem = GetDocument()->CreateItem(); ASSERT_VALID(pItem);// Initialize the item from the dialog data.if(!dlg.CreateItem(pItem)) AfxThrowMemoryExceptio...
생성3 Project 생성 완료 화면 생성된 다이얼로그 Toolbox window • Visual studio 윈도우의 가장 오른 쪽에 “Toolbox” 탭을 누르면 toolbox window가 나타남 – Dialog-based window program에 필요한 각종 도구들이 ...
// Code from this OnPaint() implementation can be pasted into your own application // to draw lines that would look like a letter "Y" within your dialog. void CMyDlg::OnPaint() { CPaintDC dc(this); // device context for painting // get the size and position of the client area of...