What is the best way to display text in a CEditView. Also what is the best way to reposition the cursor in a CEditView. Thanks.
Todd
[email protected]
Printable View
What is the best way to display text in a CEditView. Also what is the best way to reposition the cursor in a CEditView. Thanks.
Todd
[email protected]
Have a look at the Multipad sample that comes with VC.
It shows how to load a file into a CEditView. There is a limit
on the file size with a CEditView and I think it is 1 MB.
SetCaretPos will set the cursor position.