Hi,

I have a pretty basic problem I can't seem to fix;

I do an edit-copy of an MSChart and paintpicture it into a picturebox. The problem is, when I do it again, the first overwrites the second one but they are transparent, so you can "see through" all of them of the previous data.

Now, the reason I'm doing this is because I'm updating the picturebox very fast, and I CANT do a .cls because it gives a flicker... Is there anyway of doing a paintpicture such that I can overwrite the original image, without using .cls, and without using a blank frame?

Or is there a better way to do what I want?

Thanks,

Fabs.