如何将图片上的图像传递到另一个图片框

问题描述:

我有一个5个图片框和数百个图像,我想要的是将图像传递到picturebox1,picturebox2将接收picturebox1的图像,依此类推。

和每个图像图片框将循环..



请需要帮助,

谢谢..

i have a 5 picture box and hundreds of image ,all i want is to pass the image to the picturebox1 and picturebox2 will recieve the image of picturebox1 and so on.
and the image on each picture box will loop..

please need help,,
thanks ..

你可以这样做:
PicB2.Image = PicB1.Image