|
-
Oct 1st, 2001, 09:36 AM
#1
Thread Starter
New Member
paintpicture problem
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.
-
Oct 1st, 2001, 09:49 AM
#2
PowerPoster
What about settings AutoRedraw to true? This will avoid flickering.. To display the picture put a Picture1.Refresh after your PaintPicture line
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|