Reverse Search in CRichEditCtrl class
-
Hello All, My programmer is saying me that reverse search (meaning which up and down search in our application,which is developed in VC++) is not possible if we use CRichEditCtrl class.. Is he right?? I feel it should be possible, though am not VC++ expert... I agree to the fact that i know very little in VC++. Please guide us whether it is possible or not. If possible,can someone post a sample code? Thanks, Rakesh
-
Hello All, My programmer is saying me that reverse search (meaning which up and down search in our application,which is developed in VC++) is not possible if we use CRichEditCtrl class.. Is he right?? I feel it should be possible, though am not VC++ expert... I agree to the fact that i know very little in VC++. Please guide us whether it is possible or not. If possible,can someone post a sample code? Thanks, Rakesh
-
Hello All, My programmer is saying me that reverse search (meaning which up and down search in our application,which is developed in VC++) is not possible if we use CRichEditCtrl class.. Is he right?? I feel it should be possible, though am not VC++ expert... I agree to the fact that i know very little in VC++. Please guide us whether it is possible or not. If possible,can someone post a sample code? Thanks, Rakesh
I don't think the use of
CRichEditCtrl
would have any bearing on it, but you would need to give more detail about the application and why the programmer believes it is not possible. [edit]According to the MSDN documentation[^] you can set options in theFindtext()
function to search forwards or backwards.[/edit]I must get a clever new signature for 2011.