makaveliuk
Programmer
Hi,
I am new to drawing in C++ and have written an app with a processing screen which updates a status line quite rapidly, and when I run it it flickers a lot.
On another screen I have a progress bar drawn in code which also flickers quite badly.
I am refreshing the window by using the Invalidate() function and drawing the window in the Paint() event.
Is there a way to just refresh the small part of the window that changes? Or stop it flickering?
Thanks in advance,
Dan.
I am new to drawing in C++ and have written an app with a processing screen which updates a status line quite rapidly, and when I run it it flickers a lot.
On another screen I have a progress bar drawn in code which also flickers quite badly.
I am refreshing the window by using the Invalidate() function and drawing the window in the Paint() event.
Is there a way to just refresh the small part of the window that changes? Or stop it flickering?
Thanks in advance,
Dan.