Link to home
Start Free TrialLog in
Avatar of clear100-com
clear100-com

asked on

ListView Flickering

Hello, How can I have a simple listview control that updates every 2 seconds not flicker?
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of clear100-com
clear100-com

ASKER

where do i get the api code?
Public Declare Function LockWindowUpdate Lib "user32" Alias "LockWindowUpdate" (ByVal hwndLock As Long) As Long


Works great, thanks!!!
Oops.. haha, you're right, sorry that forget to paste the API declaration, anyway, glad to make help :-) cheers
Yes, it works great!!! =)
OK, now im testing it and am noticing that it does an ok job, but still shows flickering and is anoying.

Please download http://www.clear100.com/experts-exchange/listview_refresh/modListView_Colorize.zip

If you can download that there is also a little added bonus in it, it showes a sample of the flickering and i wanted to know if you can help me figure it out, and also it shows somthing else really cool with the list contorl, check it out and be supprised...
:D

Let me know as soon as you can please?

Bill.