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

    listview flicker



    I am using a listview control so that when a list item is clicked a second listview control is updated. The second control headers flicker badly. Is there a way to prevent the flicker

  2. #2
    Join Date
    Dec 1998
    Posts
    28

    Re: listview flicker



    the API LockWindowUpdate prevents the HWND you give it from redrawing. Look it up at MSDN for more information.

  3. #3
    Join Date
    Nov 1998
    Posts
    4

    Re: listview flicker



    Thanks for pointing me in the right direction. It does work just right.

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