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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:42:33+00:00 2026-05-13T17:42:33+00:00

I am just working on my first GUI application on Windows. I have a

  • 0

I am just working on my first GUI application on Windows.

I have a WPF GUI to a small C# utility which copies files. When the button is clicked to copy, I obviously don’t want the GUI to hang. So, I fire off a new thread to run the method which copies the files. I assume I’m on track so far and there’s no “better” way of doing it in C#?

Now, I have a ProgressBar which I want to appear filled when the thread is done. (It’s fine running as indeterminate for now). How do I check when the copying is done?

So, so far I have:

Thread t = new Thread(delegate() 
{ 
    po.Organise(inputPath, outputPath, recursive); 
});

t.Start();

PBar.IsIndeterminate = true;

And I want something after that that works like:

if (t.Done)
{
    PBar.Value = 100;
}
  • 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-13T17:42:33+00:00Added an answer on May 13, 2026 at 5:42 pm

    Have a look at the BackgroundWorker class. It supports events like RunWorkerCompleted or ProgressChanged.
    Have a look here, too (this is about threading in general + backgroundworker, again).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Am working on a business layer for a complex web application and am temporary
I'm working on a project which I'm really not sure how to unit test.
I seem to be having problems with my java gui code, and I have
I'm new to QT. I'm using PyQT for GUI development in my project. I
I've got a C++ gui project exhibiting some strange behavior. On my machine, the
I am developing a GUI that has a canvas and a bunch of controls
I am trying to create a window to act as a switch board for
OK so for background I've only been using Java for a little more than
I've never developing anything for mobile platforms yet. But now I need an app,

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.