|
-
August 21st, 2012, 10:03 AM
#8
Re: How to enter spaces in RichEditControl ?
 Originally Posted by mr.sam1024
But what does it have to do with the Windows programming? Window is NOT just a terminal (or its part)
 Originally Posted by mr.sam1024
I'm trying to implement "Cursor Control" in RichEditControl.
Again: there is no any row/column in Richedit control. There is a client area and formatted rectangle instead.
Yeah, if control contained some text then we could talk about the lines with text. We could also talk about a character position on the line (so called "column" number) but only makes sense on the current line! If we look at some other (existent) line then the "column" number for the position with the same x-coordinate may and may not be the same; it also may be not defined if the line contains no text or the text is shorter (in pixels, not in characters!)
How can't you understand it?
Victor Nijegorodov
Tags for this Thread
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
|