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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:44:37+00:00 2026-05-28T01:44:37+00:00

I have a user interface which needs to be updated by a function running

  • 0

I have a user interface which needs to be updated by a function running in a backgroundworker (a different thread from the primary one).

I would like to effectively be able to do the following without throwing an exception:

    private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
    {
        MyProgresssbar.value = val;
        MyLabel.text = "Still going...";
    }

For example, could a delegate function be written that sets a component property (I don’t want to have a function for each property change).

Thanks in advance.

  • 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-28T01:44:37+00:00Added an answer on May 28, 2026 at 1:44 am

    You should use BackgroundWorker’s built-in progress reporting functionality.

    As a more general answer, you can run code in the UI thread (aynchronously) by calling

    someControl.BeginInvoke(new Action(delegate { ... }));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a user interface in .net which needs to receive data from a
Applications which run on mobile devices have special user interface requirements. I think Apple
I have a custom WinForms control (inherits from control, i.e. without user interface jsut
A lot of JavaScript libraries have user interface widgets. Usually they are created after
I have to make a graphical user interface application using the language of my
I always have trouble designing the user interface when it come to manage a
I have a fairly large application that uses WPF for its user interface. I
I have a function that presents the user a combo-box. def select_interface(interfaces) list_box :items
I have user control named DateTimeUC which has two textboxes on its markup: <asp:TextBox
I have one web part (the provider) which displays insurance claims in a gridview.

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.