UpdateAll Views Flickering ISSUE in OnDraw function of SDI C++

  • Thread starter Thread starter misbah27
  • Start date Start date
M

misbah27

Guest
I am working in MFC Single Document interface(SDI) C++

In Ondraw Function

i Load three images

&

textout three strings which need to be updated each time i call updateallviews(null).

the strings update but screen got flicker.

Please instruct me how to remove this flickering issue with double bufferung or with some other solution.

Thanks

Continue reading...
 
Back
Top