Why the drawing in my picturebox clear when I moving around the form during run time?
I have set the autoredraw as true
Printable View
Why the drawing in my picturebox clear when I moving around the form during run time?
I have set the autoredraw as true
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?
Do you have anything in any mousemove event that references the picture box?