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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:57:39+00:00 2026-05-15T00:57:39+00:00

Is there a possbility to disable animation of the progress bar? I need it

  • 0

Is there a possbility to disable animation of the progress bar?

I need it for some pocess which is paused and not running at the moment. An average user would think the process is running if the progress bar is being blinking.

The advice to create own progress bar control is not what I’m looking for.

  • 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-15T00:57:39+00:00Added an answer on May 15, 2026 at 12:57 am

    You can use the Vista progress bar’s paused state, like this:

    // Assuming a Form1 with 3 ProgressBar controls
    private void Form1_Load(object sender, EventArgs e)
    {
      SendMessage(progressBar2.Handle,
        0x400 + 16, //WM_USER + PBM_SETSTATE
        0x0003, //PBST_PAUSED
        0);
    
      SendMessage(progressBar3.Handle,
        0x400 + 16, //WM_USER + PBM_SETSTATE
        0x0002, //PBST_ERROR
        0);
    }
    
    [DllImport("user32.dll", CharSet = CharSet.Unicode)]
    static extern uint SendMessage(IntPtr hWnd,
      uint Msg,
      uint wParam,
      uint lParam);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any possibility to change the text-color of some parts in a textarea
Is there the possibility to find out each existing controls from my running (debug
I need some advice on how to go about a particular issue I'm trying
I want to iterate thru single array and disable caching only for some elements.
I need to display some HTML in Grails Error Messages, to mark some content
Is there possibility to add some custom actions to Android phone calls log? For
I am currently developing a .NET application, which consists of 20 projects. Some of
Is there possibility in android to provide TextView some text in Java code with
There is the possibility to disable the @OneToMany relationship join table with the @JoinColumn
I need to display a lot of charts on some kind of status page.

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.