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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:12:25+00:00 2026-06-06T13:12:25+00:00

I am making a Progressbar as part of my Silverlight application that is triggered

  • 0

I am making a Progressbar as part of my Silverlight application that is triggered when a user clicks a button. For now, I just have it update by random increments at random times so that I can make sure it works as I need it to. The code that updates the value of the Progressbar is rather trivial, but the actual display of the Progressbar never updates. The code I use for this is here:

Random randomGen = new Random();

while (submitProgress.Value < submitProgress.Maximum)
{
    System.Threading.Thread.Sleep(randomGen.Next(100, 500));
    submitProgress.Value += randomGen.Next(3, 7);
}

The XAML I use to create the Progressbar is here:

<ProgressBar Grid.Row="2" Height="30" Width="400" IsIndeterminate="False" 
Minimum="0" Maximum="100" Value="0" Name="submitProgress"></ProgressBar>

To be clear, the Progressbar does update to its completed state when it is finished, but there are no intermediate updates from start to finish. If you need any more information from me, please let me know. Thank you!

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

    What thread are you running the process on? If you are running on the main thread, the UI will not update until processing is finished. I recommend using a BackgroundWorker to do the processing. You will need to use the Dispatcher then when updating the UI or updating an object bound to the UI.

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

Sidebar

Related Questions

Making a simple application, so when the user logs out of Windows, it of
I have a GUI application that needs to do something simple in the background
I'm making a Windows Form Application with VS 2010. I've added a ProgressBar to
I'm making a navigation based application. When the user selects a row on the
I am making an application in which i have put a progress bar .
I'm making an app that when you press a button it give you a
I want to Update the Progress bar in my application. I have created a
im making an app who have a counter and a progressbar representing the time
I have a ProgressBar that uses the marquee style when a report is being
How might one handle making a progressbar update to 100% based on having one

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.