CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CEditView

  1. #1
    Join Date
    Apr 1999
    Posts
    43

    CEditView

    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]


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: CEditView

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured