Can anybody suggest a library og control to use for textediting in a C++ program. I have been looking at TE and Visual Writer any suggestions.
Printable View
Can anybody suggest a library og control to use for textediting in a C++ program. I have been looking at TE and Visual Writer any suggestions.
I don't know anything about TE or Visual Writer, but I was just wonder if you had looked into using one of MFCs built in views like CEditView or CRichEditView???
Actually I have, but I have trouble making the tab bar at top of the edit area for displaying and marking tab stops, so just to find a way to get the job done.