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

Threaded View

  1. #3
    Join Date
    Dec 2001
    Posts
    391

    Re: My Steps for No Flickering Controls while Resizing Dialog

    Hey Marc,

    I am using groupboxes (3), ListViews (2 of them), StatusBar, buttons, edit boxes, and dropdowns. I noticed that even with ClipChildren enabled i see flickering around the ListViews scrollbars, and my status bar flickers terribly. I do notice though that when using the status bar and resizing it i have to always call the SendMessage(hwndStatusBar,WM_SIZE,0,0); each time and may be the cause of flickering but without it the status bar never redraws itself (i had to create the status bar in code because the resource editor wouldnt work -- if that helps to know).
    Last edited by quantass; August 5th, 2005 at 08:39 AM.

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