G
Guest
Hi all
I have a picturebox on which I have drawn a series of concentric circles. If I move another window over the form with the picturebox on it, how do I set up the paint event so that only the newly exposed areas of the picturebox are redrawn and not the entire area? I believe Visual Basic 6.0 had a property called "clipcontrols" that took care of all this. VB.NET doesn't support this property, however.
I have a picturebox on which I have drawn a series of concentric circles. If I move another window over the form with the picturebox on it, how do I set up the paint event so that only the newly exposed areas of the picturebox are redrawn and not the entire area? I believe Visual Basic 6.0 had a property called "clipcontrols" that took care of all this. VB.NET doesn't support this property, however.