Hi!
I need to copy contents of a picturebox to another picturebox
on different coordinates (not pixel by pixel, but the whole thing
at once). Can anyone please help?
Thanks in advance for any answer.
Celery
Printable View
Hi!
I need to copy contents of a picturebox to another picturebox
on different coordinates (not pixel by pixel, but the whole thing
at once). Can anyone please help?
Thanks in advance for any answer.
Celery
Use PaintPicture.
Code:Picture1.PaintPicture Picture2, 30, 30, Picture2.Width, Picture2.Height
[CODE]
Picture1.picture = Picture2.picture
[CODE/]