Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please select this is issues i have been trying from 3 days but not able to solve this issues due to not having some reliable materials and also giving an example with simple code...
Posted
Comments
Meysam Toluie 14-May-14 23:52pm    
The solution Explorer of VS?
Prasad Avunoori 14-May-14 23:53pm    
From where did you get the image into picture box?
Prasad Avunoori 14-May-14 23:54pm    
Are you able to save the picture to disk other than solution explorer's Images Folder?

1 solution

I'm not sure why you want to save image to solutions explorer, since when the program is deployed this location may not exist on another system.

To save the Image get the Image with:
C#
pictureBox1.Image 


Convert to a Bitmap and then SaveAs e.g:
C#
bmp.Save(saveAsBmp);


Is this what you were after?
 
Share this answer
 
Comments
misbahafridi 16-May-14 15:03pm    
i meant that i want to save picture from picture box to images folder that i created in my window form application?? and describe me how to implement the above code i don't understand how to use the above code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900