|
-
March 29th, 1999, 10:12 AM
#1
Re: How to get the word count from a CRichEditCtrl?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|