I load an image into a picturebox:
myPictureBox.Image = Image.FromFile(strImageFile);
and works perfectly, but the image file is locked and I can't manage until my application is closed..
I need, from another window of the program, save a new image to reload when this child window is closed..