Hi I am trying to transfer an image from one form to another using picture boxes, ive managed to get it so one image gets transferred over to the correct box but the other 3 images do not transfer over.


Here is the code Im using (attempting to use) for the transfer

Code:
frmWackyRacing.PicAntHillMob.Image = picAvatar1.Image
        FormRace2.PicAntHillMob.Image = picAvatar1.Image