i want set two picture box 's size to become same, but these two picturebox are in different form.form 2 picturebox size is refer to form1 picture box size.

in form1, i have write in code " autosize=true".so, each time , i load the picture in form1, the size of picturebox in form 1 is same as picture size which i load.

in form 2, i want the picturebox size is same as the form1 but didn't load the picture. how to do that?