Hello,
I got an animation on my form, which is done using the onpaint method and invalidate (with constant updating of the moving object's position ofcourse). Later on, i put a background image on the form and since then im having performance problems with my animation. If im not mistaken it's because invalidate keeps refreshing the whole form, which means the image aswell.Ive tried using a Graphics object and drawing on the form with it, but in this case i have to keep using the clear method in my animation, which makes the screen flicker.
Any help would be much appriciated