1. 首页
  2. 课程学习
  3. C++/C
  4. C语言资料课件

C语言资料课件

上传者: 2018-12-27 04:51:29上传 PPT文件 19KB 热度 28次
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 } }
下载地址
用户评论