Click here to Skip to main content
15,893,663 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

can someone tell me how to reduce/eliminate the flickering and speed up redraw in this project.

http://dl.dropbox.com/u/18687229/Versions.7z[^]

I've been fiddling with:
userpaint
doublebuffer
suspendlayout
begin resize / end resize

The custom controll GradientGroupBox is working perfectly in some other projects I made, so I don't think this is the problem.

Can someone help me with this one.

Thnx
Posted
Comments
Sergey Alexandrovich Kryukov 14-Jan-11 10:00am    
This is a common problem with common mistakes. Your attempts look correct, but may be insufficient. Please show some code (minimize it but keep it 1-compiling, 2-manifesting the problem)

Use double buffer wherever you make graphics operations in the paint event.
 
Share this answer
 
Comments
Sandeep Mewara 14-Jan-11 10:21am    
Comment from OP:
As you can read in my question, I've already tried this.
_Erik_ 14-Jan-11 10:28am    
Yes, I have read your question, but I have done this kind of work countless times and so I do know you just have to use double buffer to avoid flickering, so maybe you are not using double buffer in the right places. Just want to put you in the right direction.
I've tried double buffering in all places, no improvement. Take a look at the code if you have the time.

Thnx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900