Private Sub Form_Load()
'кинь на форму три Picturebox-a:
With Picture1
.Picture = LoadPicture("C:\windows\lanmannt.bmp")
.AutoSize = True
.Move 0, 0
End With
With Picture2
.AutoRedraw = True
.Move 0, Picture1.Height, Picture1.Width * 2, Picture1.Height * 2
.PaintPicture Picture1, 0, 0, Picture1.ScaleWidth * 2, Picture1.ScaleHeight * 2, 0, 0, Picture1.ScaleWidth, Picture1.ScaleHeight, vbSrcCopy
End With
With Picture3
.AutoRedraw = True
.Move Picture1.Width, 0, Picture1.Width / 2, Picture1.Height / 2
.PaintPicture Picture1, 0, 0, Picture1.ScaleWidth / 2, Picture1.ScaleHeight / 2, 0, 0, Picture1.ScaleWidth, Picture1.ScaleHeight, vbSrcCopy
End With
End Sub
Сейчас этот форум просматривают: AhrefsBot, Google-бот, SemrushBot, Yandex-бот и гости: 142