How can we find a text in RichEditCtrl . i am using CRichEditCtrl and FindText() is returning only 1st Occurance of that Text .
MIAN KAMRAN
Posts
-
Search Multiple Occurance in CRichEditCtrl -
Search Multiple Occurences In RichEditi am new user to richedit . i am using CRichEditCtrl class. i am using the FindText function for finding a text but it returns only the first occurence. So Please Help Me. Remember Using CRichEditCtrl class .not RichEdit Doc/View
-
Search Multiple Occurences In RichEditi am new user to richedit . i am using CRichEditCtrl class. i am using the FindText function for finding a text but it returns only the first occurence. So Please Help Me. Remember Using CRichEditCtrl class .not RichEdit Doc/View
-
Recover Deleted Filessend a link to article about the recovery of deleted files any article ,program, or any related notes which can helpin makig a data/deleted file recovery software Kamran yousaf
-
Tooltips on Icons of a listboxCToolTip Class on Code project
-
operations in the cout<<it should be int but it is Compiler to decide wrt its Type Expressions
-
How to draw horizontal line in dialogCPen pen(RGB(0,0,0)); CClientDC ccd(this); ccd.SelectObject(&pen); ccd.MoveTo(0,240); ccd.LineTo(x,y);:)
-
How Can i Call a Function Providing its name as a stringHow Can i Call a Function Providing its name as a string in C\C++