资源说明: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
}
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。