Click to See Complete Forum and Search --> : Re: How to get the word count from a CRichEditCtrl?


Dave Lorde
March 29th, 1999, 09:12 AM
From the online docs:


"Word Breaks in Rich Edit Controls:


A rich edit control calls a function called a "word break procedure" to find breaks between words and to determine where it can break lines. The control uses this information when performing word-wrap operations and when processing the CTRL+LEFT and CTRL+RIGHT key combinations. An application can send messages to a rich edit control to replace the default word-break procedure, to retrieve word-break information, and to determine what line a given character falls on."


I guess this could be useful for counting words...


Dave