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

Threaded View

  1. #1
    Join Date
    May 2002
    Location
    Germany
    Posts
    451

    Question End of painting (WM_PAINT)

    Hello,

    Windows GUI programming is more complex than I expected. Since now I was on the TCP side...

    I needed to make some scrolling and blinking, which has been implemented by using OnTimer and then CDC::ExtTextOut, SetTextColor and SetBkColor.

    It is okay, but flickers. I red what is on the forum but still could not find out how to solve this.
    I tried to implement the double buffering but somehow I failed.

    I have an idea to wait until a response (message) comes from paint for example WM_PAINTDONE or similar.

    I attach my projectfile, if a guru would take a look on that. I would appreciate.
    Attached Files Attached Files

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