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

Threaded View

  1. #1
    Join Date
    Apr 2008
    Posts
    214

    C++ Winapi - Flicker on Resize

    When I resize the main window, manually, after everything has been created, I find some of the controls flicker. I have just recently added: "case WM_ERASEBKGND: return 1;" and though it helps significantly, there is still a slight flicker (not as annoying). Also, though it helps significantly with the flicker, as I resize the main window, it captures images from whatever is running behind my program.
    Attached Images Attached Images

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