M
Mehrdad
Hi all,
I am programing for a user controll which is refreshing every 0.05 of a
second. the client area is flickering. I used the below code in the
constructor:
--------------------------
SetStyle(ControlStyles.OptimizedDoubleBuffer |
ControlStyles.AllPaintingInWmPaint, true);
--------------------------
It made it so much better, but it is still flickering. Is there any other
way to completely get rid of it?
Thank you in advance,
Mehrdad
I am programing for a user controll which is refreshing every 0.05 of a
second. the client area is flickering. I used the below code in the
constructor:
--------------------------
SetStyle(ControlStyles.OptimizedDoubleBuffer |
ControlStyles.AllPaintingInWmPaint, true);
--------------------------
It made it so much better, but it is still flickering. Is there any other
way to completely get rid of it?
Thank you in advance,
Mehrdad