What is the most effective method to make an animation on the Form?
Now I'm doing the following: I paint the rectangle in order to clear the old picture, and I draw the new picture after that.
It was working properly in C++ Builder. But it's working very slowly in Visual C++ 2008.
Is there any other more effective way to make the animation on the Form? Basicly I use the simple shapes like DrawLines, FillPolygon and other.
Thank you!