程序中有以下提示,但是我不知道具体操作该怎么做!
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.
按照上面的提示,初始化函数该加些什么代码,CRichEditCtrl().SetEventMask()函数又该在哪里加呢?谢谢!