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

    Erasing bkground while drawing text

    I m working on application which requires automatic scrolling text in a cycle.I m using doc/view for this.I am using WM_TIMER message n drawing the text..but while drawing text on WM_TIMER message its not erasing the previous drawn text..
    Thanks in advance.



  2. #2
    Join Date
    Apr 1999
    Posts
    306

    Re: Erasing bkground while drawing text

    Try drawing spaces to erase the previous stuff and then draw whatever you wnat. A kind of clumsy way but at least a way.


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