Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Progress bar help in Visual Basic 2010?

I want it to start progressing from today till lets say 2022?

thanks in advance.

Update:

Thanks but will need the full guide as I typed that and its still not working.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    You'll need to hard code todays date into your program

    You'll need to figure the number of days from hard coded date until 1/1/2022

    You'll need to figure out how many days have passed since that hard coded date

    ProgressBar.Value = Total days elapsed / total days to to 2022

    Source(s): VB.NET Programmer
Still have questions? Get your answers by asking now.