
Help!! Loading PictureBox FromStream and PictureBox.Image.Save
Help!!!
I am loading a pictureBox Image from Stream e.g.
aPicBox.Image = Image.FromStream(loStream)
....
Now if i try to Save image
aPicBox.Image.Save(IMAGETEMPFILE)
I get Error it is not sharing violation of the file, but
i get "...A generic error occurred in GDI+...."
Is the a work around this? I need to save the image once
i read it from Stream.
Thanks so much...
Kelly