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
Printable View
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
the API LockWindowUpdate prevents the HWND you give it from redrawing. Look it up at MSDN for more information.
Thanks for pointing me in the right direction. It does work just right.