RichInk control wrap mode
In a rich in control you can send a RI_WRAPTOWINDOW or RI_WRAPTOPAGE message. I was wondering if anyone has figured out how to make the window have no wrapping at all. I pretty much just want the control to display the unicode character set that I am streaming into it and provide no formatting.
I was initially just using an edit control, but there it seems there are some inherent problems with the control. If I put over a certain number of characters in the control the window begins to not show the characters at the end of the control and starts behaving in a very strange fassion.
[592 byte] By [
evans] at [2008-1-28]
As far as I know, it's not possible to disable wrapping. It has to be one of window or page.
Since you need to show just text, edit control might be the best bet. Can you tell me what is the problem that you are facing with edit control?