Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any inbuild function available to implement Incremental Search in CRicheditview?
According to MSDN FindText[^] can search starting from a given character position. Use the chrg and chrgText members of the FINDTEXT[^] structure to set and get the ranges, and lpstrText to set the text to search for. Edit: this is for rich edit
chrg
chrgText
lpstrText
home