Hi..
I wanna copy picture from picture box to under picture box like a mirror..
Does anybody know how to do this ??
please help me !!
Printable View
Hi..
I wanna copy picture from picture box to under picture box like a mirror..
Does anybody know how to do this ??
please help me !!
The easiest thing I can think of would be to take the picute in Paint Shop, rotate it 180 degrees, save it as a different image, and place the image below the other.
One way to accomplish this with code is to call the paintpicture method on the picture box control and put in a negative height or width to flip image.