C语言资料课件
C语言资料 // The system calls this to obtain the cursor to display while the user drags // the minimized window. HCURSOR CEX_Calculator02Dlg::OnQueryDragIcon() { return (HCURSOR) m_hIcon; } void CEX_Calculator02Dlg::OnChangeEdit1() { // TODO: If this is a RICHEDIT control, the control will not // send this notification unless you override the CDialog::OnInitDialog() // function and call CRichEditCtrl().SetEventMask() // with the ENM_CHANGE flag ORed into the mask. // TODO: Add your control notification handler code here } }
下载地址
用户评论