Click here to Skip to main content
15,887,957 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to stop the Filkering in form when it has lots off controlers.. Form DOUBBLE BUFFER is TRUE... Still form flikering
Posted
Comments
perilbrain 8-Jul-12 13:07pm    
try running your objective on a background worker thread...it'll let the program retain the control of form without the main thread being overloaded.
bbirajdar 8-Jul-12 13:45pm    
what ?
Sergey Alexandrovich Kryukov 8-Jul-12 13:49pm    
There can be some different reasons for flickering. If you really need help, you should try to create a complete, but very short code sample to reproduce this kind of flicker. If you can do it, use "Improve question" and add it; format source code properly.
--SA
Dave Kreskowiak 8-Jul-12 13:58pm    
How many controls are we talking about? Rule number 1: Limits the number of controls you use on a form.
Mike Hankey 8-Jul-12 16:08pm    
Flicker when you try to do what?, Resize, draw?

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