PDA

Click to See Complete Forum and Search --> : Need help


kein
Nov 15th, 1999, 12:16 AM
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 !!

Dan0331
Nov 15th, 1999, 05:25 AM
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.

Guiduck
Nov 17th, 1999, 12:11 AM
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.