Basically what I want to do is take a picturebox that has been drawn on and copy that image to another Picturebox.
The problem that I have come up with is that the most logical solution (imo) Picturebox1.image = picturebox2.image
doesn't work
Printable View
Basically what I want to do is take a picturebox that has been drawn on and copy that image to another Picturebox.
The problem that I have come up with is that the most logical solution (imo) Picturebox1.image = picturebox2.image
doesn't work