Help!! Loading PictureBox FromStream and PictureBox.Image.Save 
Author Message
 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



Sun, 17 Oct 2004 11:49:25 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Save An Appended Image file loaded in the PictureBox

2. Save An Appended Image file loaded in the PictureBox

3. load a Jpeg image into a picturebox or image control

4. Loaded image in Image or PictureBox control

5. Loading an image from a webserver into a PictureBox or Image

6. Error loading GIF or JPG image in PictureBox or Image controls

7. Loading an Image to a PictureBox Object

8. Picturebox load image problem

9. loading image or picturebox control from access 3.0 db w/ DAO

10. Cancel loading of large picture into PictureBox or Image control

11. Loading images and labels in picturebox

12. Loading images and labels in picturebox

 

 
Powered by phpBB® Forum Software