Click here to Skip to main content
15,896,426 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

How to stop flickering in windows Application.

Thank You
Posted
Updated 2-Aug-16 21:39pm
Comments
Sergey Alexandrovich Kryukov 2-Jun-15 1:54am    
Not enough information. The question is too vague.
What kind of Windows application? (Forms, WPF, anything else?) In most cases, the problem is easily solved.
—SA
Abhipal Singh 2-Jun-15 1:57am    
There can be a lot of reasons. One of them is bad monitor (or bad code:p). Can you please explain the problem, what exactly the issue is?

1 solution

Have a look at this post
http://www.angryhacker.com/blog/archive/2010/07/21/how-to-get-rid-of-flicker-on-windows-forms-applications.aspx[^]

or you can try enabling

DoubleBuffered = True
in form's properties
 
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