|
-
Apr 10th, 2008, 01:42 AM
#1
Thread Starter
Frenzied Member
Draw in the picturebox clear
Why the drawing in my picturebox clear when I moving around the form during run time?
I have set the autoredraw as true
-
Apr 10th, 2008, 01:57 AM
#2
Re: Draw in the picturebox clear
After each draw copy the image... Picture1.Picture = Picture1.Image
U sure your not clearing it in some other part of the code? Paint event?
Last edited by Edgemeal; Apr 10th, 2008 at 02:07 AM.
-
Apr 10th, 2008, 06:31 AM
#3
Re: Draw in the picturebox clear
Do you have anything in any mousemove event that references the picture box?
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
|