Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
HOW TO SAVE IMAGE IN FOLDER AFTER CREATE SETUP IN C# WIN APP
sanjay kumar
7y
209
1
Reply
i want to save image in folder in my c# window app, all is working fine in the visual studio
but after create setup when i save the data an error occured named 'a generic error occured in gdi+'
my code is to save the image :
pictureBox1.Image.Save(Application.StartupPath + "\\Cust_Images\\" + lblCustId.Text + ".jpg", System.Drawing.Imaging.ImageFormat.Png);
please help
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to make my combobox autocomplete with multiple columns
Why do I find the result repeats after the search?