Click here to Skip to main content
15,890,557 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hello, i'm trying to get double buffering on my MFC C++ dialog based app in OnPaint() function. How can i do it? Thanks.
Posted

1 solution

Although it is not directly MFC C++ you can get a bit info from:

here[^]

or (Example for c# and VB)
here[^]

or here at cp
Flicker Free Drawing In MFC[^]

I hope it helps you to understand the concepts and to start with your own code :)
 
Share this answer
 
v2

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