CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    Vienna, Austria
    Posts
    47

    hook CRichEditView

    Does anybody know how to hook into CRichEditView's Undo / Redo Management (to see, when / what is changed, disable some changes...)

    Thanks !

  2. #2
    Join Date
    Jun 2002
    Location
    Sacramento, CA
    Posts
    124

    I'd try spy

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured