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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:53:25+00:00 2026-06-15T08:53:25+00:00

Possible Duplicate: Disable WinForms ProgressBar animation I’m using a progress bar for instrumenting some

  • 0

Possible Duplicate:
Disable WinForms ProgressBar animation

I’m using a progress bar for instrumenting some data coming from our radio and the ‘shimmering’ of it is unacceptable. Also, slow update rate data is animated to the value each time instead of instantly moving. This behavior does not provide the same visual experience one would expect from instrumentation. I realize the progress bar is not meant for this purpose but it’s what’s in my toolbox.

Using the ‘pause’ command from this link does not allow me to continue updating the value because it is paused. Changing back to normal, updating the value and then pausing again does not seem like a good solution. Also, the pause by default turns yellow so in addition to all the above I would need to turn the color back to green.

Can someone suggest how to turn this animation off or suggest a 3rd party ‘instrumentation toolbox’?

  • 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-15T08:53:26+00:00Added an answer on June 15, 2026 at 8:53 am

    Off the top of my head, this may work: Disable Visual Styles. In your Program.Main method, which Visual Studio has generated, you should see something like this:

    [STAThread]
    static void Main() 
    {
        Application.EnableVisualStyles();    // Comment this out
        Application.Run(new Form1());
    }
    

    If you comment out that line, that may make your application look a bit “older” but I don’t think you’ll have the animated progress bar. Maybe that should help.

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

Sidebar

Related Questions

Possible Duplicate: Disable copying data from webpage Most content in a webpage could be
Possible Duplicate: How disable Copy, Cut, Select, Select All in UITextView I have some
Possible Duplicate: How to disable minimize, maximize button in the browser? I am using
Possible Duplicate: how to disable javascript errors on “twebbrowser” ? I'm using the TWebBrowser
Possible Duplicate: How to enable or disable an anchor using jQuery? I've got an
Possible Duplicate: Disable browsers vertical and horizontal scrollbars Can I disable vertical scroll bar
Possible Duplicate: Disable back button in android in my app to from one activity
Possible Duplicate: How to disable Mobile Data on Android I know that this is
Possible Duplicate: How to disable “Security Alert” window in Webbrowser control I'm currently using
Possible Duplicate: How to enable or disable an anchor using jQuery? I'm having a

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.