Word wrap in Rich Edit and multiline edit
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello I have a RichEdit and a multiline edit in my app. What is the simplest and easiest way to change word-wrap of the edit controls during run-time of app? Thanks in advance.
-
Hello I have a RichEdit and a multiline edit in my app. What is the simplest and easiest way to change word-wrap of the edit controls during run-time of app? Thanks in advance.
I don't know whether you're still out there, but if you are: look up EditWordBreakProc in MSDN. You can define a callback which sets up a different word wrap routine for an edit. I might be posting an article on this since I think there's a bug with the word wrap in XP-themed edits.