要求简单点的谢谢!
好了,弄好了,定义一个Static变量 将第一个图片的Stretch设为False 第二个为True就行了!Private Sub Command1_Click()Static a, bImage2.Picture = Image1.Picturea = 2 * Image1.WidthImage2.Width = aImage1.Width = ab = 2 * Image1.HeightImage2.Height = bImage1.Height = bEnd Sub