Problem with Undo???
-
Hi All, I stuck with a small problem in RichEditControl.My Requirement is i have a dialog box.I need to add a button naming UNDO.i have done some operations(copy,paste,delete) on RichEditCtrl placed on that Dialog,If i pressed that UNDO button the last change should be undone.This is my Requirement. I Used Like this: if(richeditobj.CanUndo()) { richeditobj.Undo()) } For me CanUndo is not returning Correct return Value. Thanks in Advance Aravind:( If you have faith in the cause and the means and in God, the hot Sun will be cool for you.
-
Hi All, I stuck with a small problem in RichEditControl.My Requirement is i have a dialog box.I need to add a button naming UNDO.i have done some operations(copy,paste,delete) on RichEditCtrl placed on that Dialog,If i pressed that UNDO button the last change should be undone.This is my Requirement. I Used Like this: if(richeditobj.CanUndo()) { richeditobj.Undo()) } For me CanUndo is not returning Correct return Value. Thanks in Advance Aravind:( If you have faith in the cause and the means and in God, the hot Sun will be cool for you.
There is a know bug with RichEdit 3.0, check this: http://support.microsoft.com/default.aspx?scid=KB;EN-US;812943[^]
suhredayan
There is no spoon.