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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:09:21+00:00 2026-05-27T01:09:21+00:00

its my first time using a ProgressBar in c#. The idea is to use

  • 0

its my first time using a ProgressBar in c#.
The idea is to use the ProgressBar as an health bar in a simple game.
The thing is I think the bar’s maximum value is 100% but i would like to give it a higher value like let’s say 1000% or, not sure if it’s possible, give the bar an integer value instead of a percentage.

    progressBar1.Increment(100);

This is where I initialize the health to 100points. Even if I use this syntax:

    progressBar1.Increment(1000);

And I subtract :

    progressBar1.Increment(-25);

The player is loosing 1/4 of is life as if he only had 100 Health Points.
Any idea how I could change the maximum Bar value?
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-27T01:09:22+00:00Added an answer on May 27, 2026 at 1:09 am

    You should have another variable that holds the player’s health. Storing the health data just in the control would not be a good idea.

    You could do the following:

    progressBar1.Value = Math.min(100, actualHealth);
    

    You then update the variable actualHealth, which could be over the maximum control range of 100. You could then change the control’s style or another visual element to show the player is “buffed”.

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

Sidebar

Related Questions

its my first time using .animate() from jQuery. My main idea is panel with
This is really weird. Its my first time with using the mustache library and
this is my first time using jquery, and i dont think it seems to
Its my first time using modal windows. And I'm currently using fancy box. But
I am developing MVC 3 application and its first time i am using subsonic.
Its the first time that I use UIWebView and the first time that I
I am trying to run a select using sqllite. Its my first time using
hi; I'm using ibatis and its cache model for the first time and i
i need to trim a string to its first 100 characters using jquery/javascript. also
In the course of toying with SVG for the first time (using the Raphael

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.