This problem occurs in a Windows form, when you are trying to do fade-out/fade-in say on mouseLeave mouseEnter , sometimes the form display a brief black flicker, even though you set doublebuffer to true, the black flicker continues.
Language Platform: C#,VB, C++ ..etc
Main:
The solution to try is to never let the opacity level reach 1 (100%), make it stop at (99%) or (0.99d, same thing). If still there are some flickers, make sure you set doublebuffer = true.
Hello,
Thanks for article. Everytime like to read you.
thank you for solution, but i had to put max opacity under 90 (actualy 89), then it stopped…. is there any other solution?