-
-
显示GIF及复制粘贴
CRichEditCtrl中显示GIF以及复制粘贴的实现方案
我参照http://blog.csdn.net/haoekin/article/details/8915207写出了在RichEdit中显示GIF,
然后参照http://zjqzy03080312.blog.163.com/blog/static/1857428072012124112714348/知道了复制粘贴的处理,写出了 ...
-
-
-
-
-
-
-
-
C语言资料课件
... 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()
...
-
-