Click to See Complete Forum and Search --> : CEditView


Todd Casey
April 26th, 1999, 05:43 PM
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
todd@jack-bilt.com

Gomez Addams
April 27th, 1999, 04:31 PM
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.