CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Posts
    44

    Scrolling down a Memo

    When you load text from a file to show it in a Memo, the Memo displays the text from the beginning (From the first lines). But I would like to be showed the end.

    ¿What can I do for the text to be scrolled automatically to the end?

    Many thx

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Re: Scrolling down a Memo

    What is the control that you use to display the text?
    Is it an edit control?

    If so you can use CEdit::LineScroll
    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    May 2008
    Posts
    44

    Re: Scrolling down a Memo

    No, is a Memo. The text is loaded from a file using the function LoadFromFile(..)

Tags for this Thread

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