Flickering
-
Hello Programmers, I'm working on a Chat Messenger. I've different types of control on the Form to beautify the look. Some Panels With Background Images etc. When I resize to grow, restore after minimize and Maximize the Window It Flickers and some black patches are shown on the Form. Any suggestion which may solve the problem? Thanks Alot in Advance, Best Regards, Rizwan Ahmed:)
-
Hello Programmers, I'm working on a Chat Messenger. I've different types of control on the Form to beautify the look. Some Panels With Background Images etc. When I resize to grow, restore after minimize and Maximize the Window It Flickers and some black patches are shown on the Form. Any suggestion which may solve the problem? Thanks Alot in Advance, Best Regards, Rizwan Ahmed:)
Use double buffering. You can set a control's DoubleBuffered property to true. The DoubleBuffered property is protected, though, which means you can only set it if you're inheriting from the control. There are several articles on double buffering on CodeProject if you care to search.
-
Use double buffering. You can set a control's DoubleBuffered property to true. The DoubleBuffered property is protected, though, which means you can only set it if you're inheriting from the control. There are several articles on double buffering on CodeProject if you care to search.
Yeah I already tried double buffering and set double buffer property of all the conntrols on the form But it does not work at all. I see the same black paches while maximizing, restore etc. And also It consumes Lot Much CPU Time. Any other Idea? And yeah of Course I know about double buffer:P and used it an image editor before. Any further help will be appreciable. BEST REGARDS,
-
Yeah I already tried double buffering and set double buffer property of all the conntrols on the form But it does not work at all. I see the same black paches while maximizing, restore etc. And also It consumes Lot Much CPU Time. Any other Idea? And yeah of Course I know about double buffer:P and used it an image editor before. Any further help will be appreciable. BEST REGARDS,