Click to See Complete Forum and Search --> : Updating a ListCtrl without flickering


James Spibey
April 29th, 1999, 02:50 AM
Hi

I am having trouble updating my listctrl without the whole thing refreshing. What I want to acheive is something similr to the listctrl used in the windows 95 find command which doesn't seem to flash as new items are added.

I don't want to 'SetRedraw(FALSE)' and then 'SetRedraw(TRUE)' as this doesn't show the items being added individually to the control.

Thanks for any help

James