Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
In my application I have 16 tabbed docable pane and 7 tabbed view.So when my application start there are flikering in my gui.it is like all the tabbed view are getting created one after the others and getting overlapped.
So is there any solution so that my application start smoothly.
Thanks in advance.

What I have tried:

Since i am new to vc++ i have no idea how to fix this.
Posted
Comments
Sergey Alexandrovich Kryukov 27-May-16 14:29pm    
Without your code sample, it's not clear what cause flicker.
A universal anti-flicker solution is the use of optimized double buffering. Do you understand the mechanism and why it makes flicker not noticeable?
—SA
ranjithsubra 20-Sep-16 9:36am    
try updateAllView()

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