Would it be possible to get a certain area to be a picture object/property of another object? I mean, like:So that it would take the region from Picture2.Picture starting @ x20, y20 with width 50 and height 50. Anyone know how to do this? PaintPicture won't do, it has to be the .Picture property that changes.Code:Picture1.Picture = Region(Picture2.Picture, 20, 20, 50, 50)
-JR-




Reply With Quote