Jess
November 1st, 1998, 08:34 PM
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
|
Click to See Complete Forum and Search --> : listview flicker Jess November 1st, 1998, 08:34 PM 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 Justin Decker November 1st, 1998, 10:17 PM the API LockWindowUpdate prevents the HWND you give it from redrawing. Look it up at MSDN for more information. Jess November 8th, 1998, 06:17 PM Thanks for pointing me in the right direction. It does work just right. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |