Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6339505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:39:40+00:00 2026-05-24T19:39:40+00:00

I loaded an image into a Picture Box using: picturebox1.Image = Image.FromFile() and I

  • 0

I loaded an image into a Picture Box using:

picturebox1.Image = Image.FromFile()

and I save it by using:

Bitmap bm = new Bitmap(pictureBox1.Image);
bm.Save(FileName, ImageFormat.Bmp);

It works perfectly fine when creating a new file, but when I try to replace the existing image, I get thrown the following runtime error:

A generic error occurred in GDI+

So what can I do to solve this problem??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T19:39:41+00:00Added an answer on May 24, 2026 at 7:39 pm

    That because the image file is used by your picturebox1.Image, try to save it to different file path instead:

    picturebox1.Image = Image.FromFile(FileName);
    Bitmap bm = new Bitmap(pictureBox1.Image); 
    bm.Save(@"New File Name", ImageFormat.Bmp);
    

    Edit: You could also add a copy from the image at the first place like:

    picturebox1.Image = new Bitmap(Image.FromFile(FileName));
    Bitmap bm = new Bitmap(pictureBox1.Image); 
    bm.Save(FileName, ImageFormat.Bmp);//no error will occurs here.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have loaded image into a new, initialized Oracle ORDImage object and am processing
Given a loaded Bitmap object. I want to slice up this image into 256x256
I ‘concat’ an id of just loaded image into mysql user record like this.
I have a UIImageView which has a png image sequence loaded into it. My
JavaScript. I want to create simple script, that will be resize loaded image using
I have an image loaded into an Image control and I'd like to know
I want to pass my UIImageView that has a image loaded into it from
I need to convert a PNG Image loaded from a file into an 8
I am trying to find the size of an image I have loaded into
I want to change picture loaded into Image1 - from one called 1active.png to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.