Hi, Guys, am trying this program where I used openDialog to allow the user to select an image. This image is load into a pictureBox called MemberPics. After that, I want to save the selected image with its file name and retrieve(load into another pictureBox called display) it in another form. In this case, i want to use the image filename for the retrieval so that different user can use different images. Please help me.