Finding the break character in word wrapping
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is ther any function in MFC to get the break character position (i.e position in the text at which the text breaks for word wrapping). Kindly let me know Thanks
-
Is ther any function in MFC to get the break character position (i.e position in the text at which the text breaks for word wrapping). Kindly let me know Thanks
line break character? which are "\r\n" (2 chars - notepad) or '\n' (1 char - richedit). functions are: strstr(...) and strchr(...) for position.
A special image tool for Windows C++ programmers, don't miss it! The world unique Software Label Maker is waiting for you and me ... A nice hyper tool for optimizing your Microsoft html-help contents.