cricheditctrl
How to display Red Squiggly Lines in CRichEditCtrl in MFC
I am working on implementing spellchecker in an MFC application. What I want to do is display red lines under incorrectly spelled words.[详细]
2023-02-08 06:59 分类:问答How to stop a MFC/win32 control re-painting
I have a CRichEditCtrl, and an algorithm works on its contents in-place, iterating through the contents and making changes. This seems to cause it to re-paaint every time, which causes flickering and[详细]
2022-12-29 09:53 分类:问答How to disable dragging from a Rich Edit Control
I use a subclass of CRichEditCtrl to provide a CEdit+ type control. One thing I want is to disable drag-drop functionality, which the base class provided by default.[详细]
2022-12-23 05:14 分类:问答