Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am creating a paint application and i need to get rid of the flickering that is happening every time while refreshing the panel.

I have already set DoubleBuffered to True but its still flickering.

I have also tried Invalidating only the necessary part of the Panel. But it also didn't fix the problem.

How do i stop it ? How did the Microsoft Guys coped with this problem in Microsoft Paint ?

Any help would be appreciated.
Posted

1 solution

See/research how others are doing it : http://pinta-project.com/[^]
 
Share this answer
 
Comments
Sascha Lefèvre 9-May-15 7:47am    
Voted 1. Pinta uses Gtk#, this question is about Windows Forms. I will revert my vote if you can show where in the Pinta-source the answer to this question can be found.
/Sascha

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