Click to See Complete Forum and Search --> : Reposition Cursor & Get Document Contents


May 3rd, 1999, 02:56 PM
How can I reposition the cursor in a CEditView? For example I have populated my CEditView with default text. My cursor is positioned at the bottom of this text (about 10 lines down). I need to move my cursor about 3 lines up. How might I do this?

Also I would like to be able to retrieve the contents of the document? Is this stored in a CString in the CDocument? How might I do this? Thanks for any help.