Does anybody know how to hook into CRichEditView's Undo / Redo Management (to see, when / what is changed, disable some changes...)
Thanks !
Printable View
Does anybody know how to hook into CRichEditView's Undo / Redo Management (to see, when / what is changed, disable some changes...)
Thanks !
I can't think of any way. I might try putting Spy++ on it and seeing if there's any messages that go through. If there are then you could subclass it using SetWindowLong and giving it a new WindowProc