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 7991969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:26:35+00:00 2026-06-04T13:26:35+00:00

I am currently coding a C# application that displays a image using PictureBox on

  • 0

I am currently coding a C# application that displays a image using PictureBox on a form.

Now, I want to update this image consistently (e.g. every 2 seconds). But I am not able to do this.

Because the new image is also of the same file directory/name and it will be replacing the original image which is loaded. So when I want to replace the image it is showing, “file is being used by another program…etc).”

Basically, I want to use PictureBox to load an image and this image will be consistently updated as the loaded image is being changed at it’s directory.

Is this possible? Is there any other way to do this in C#?

Thanks In Advance,
Perumal

  • 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-06-04T13:26:37+00:00Added an answer on June 4, 2026 at 1:26 pm

    It sounds as if a stream isn’t closed. Try to call stream.close(); after you have loaded your image. If you are loading your image like this Image i = new Image(File.Open("blub.png")); Then you will have to rewrite it a bit like this;

    FileStream fs = File.Open("blub.png");
    Image img = new Image(fs);
    fs.Close();
    fs.Dispose();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently coding some chat program and now want to play music via
I am currently coding an application that involves navigating between pivot control. There will
I'm pretty new to coding and I am currently using a background image for
In my application I have a control that displays hex data: I want to
I am quite new to Java and am currently coding an Android application. In
I'm currently in the process of writing an application that has quite a number
I am currently coding a backup app for iOS, and I want to have
I am currently coding a chat application-like-thing, and it writes and reads from a
I currently have a single application that needs to be started from a windows
I'm currently working on an application that in addition to the usual visual web

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.