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

  • Home
  • SEARCH
  • 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 6191859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T02:50:27+00:00 2026-05-24T02:50:27+00:00

I have a WPF Form with a Label and a Progress Bar on it.

  • 0

I have a WPF Form with a Label and a Progress Bar on it. As soon as the Form is loaded, Download starts from a remote server but the Form freezes and is not rendered properly. In my last post, someone suggested me to use FileAsync to download file, but I am using a third-party FTP library. This library does have DownloadFileAsync method, but still the Form freezing problem persists.

I also created a DoEvents function like this, but it is also not stopping the interface from freezing.

private void DoEvents()
{
    Application.Current.Dispatcher.Invoke(DispatcherPriority.Background,
                                                  new Action(delegate { }));
}

I am planning another approach by using INotify type of thing. Let me tell you the steps I plan to do:

(1) Move the Download File method, to another Class, say DownloaderClass.

(2) When the MainWindow loads, create a separate thread and call the Download method in the Downloader Class.

(3) Create another Class, say, NotifierClass, as a Static Class. This class contains following properties:

DownloadedBytes,

CurrentFileName,

(4) The DownloadFile method in the DownloaderClass, keeps updating the properties of NotifierClass.

I want to connect the ProgressBar and few Label Controls on the MainWindow with these properties in Notifer Class to keep them updating.

Is this approach going to work? How to make the NotifierClass send status updates to the MainWindow?

I am using VS-2010 Express.

  • 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-24T02:50:28+00:00Added an answer on May 24, 2026 at 2:50 am

    Skip the Notifier class and put the properties on the Download class. Make sure the download class implements INotifyPropertyChanged.

    In your download method you can execute your code using a BackgroundWorker. If you use the Backgroundworkers ReportProgress method and event calls you can update your % complete property as you go and even execute code on the UI thread when complete.

    Then you simply bind your downloadclass to the WPF form.

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

Sidebar

Related Questions

I have window form in my WPF Application when I open new window from
I have quite a basic WPF form with a DockPanel, there's a Menu bar,
I have WPF Form which has many buttons with the same code. Appearance of
I have a WPF form and I am working with databinding. I get the
I have a WPF form where I'm trying to make a simple input form.
I have a WPF form that uses ClientLogin to log a user into their
I have a WPF form. It handles the KeyUp event and if the released
I have WPF Application where I have One main form and other user controls
I have a lot of check boxes in my WPF form. I want to
I'm making my first foray into WPF - I have a simple form with

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.