Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

progress bar for timeline

Status
Not open for further replies.
Oct 6, 2002
60
US
Hi Experts,

Is it possible to use a progress bar to represent a block of time? for example I would like to have a prpgress bar that represents 24 hours in a day and I feed it a min and max like 12 and 24 respectively and it only shows the second half of the progress bar or 6 and 18 and it only would show the middle. If this can't be done any recommendations would be appreciated
 
Hi,

If this is just a progress in hours you could use a set of graphics overlaid on each other and just hide/show the relevant graphics depending on the number provided?

Just a thought, dunno if its any use.

Sim

----------------------------------------
I was once asked if I was ignorant or just apathetic. I said, "I don't know, and I don't care."
----------------------------------------
 
I have used a Rectangle control with a solid colored background, and changed its Left and Width properties for a similar purpose.

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top