I am making a twisted version of who wants to be a millionaire, for school, but you know how I've got to display what you are up to e.g "$32,000". I thought about using a listbox but this is very boring .
Any other ways to do this? thanks
just ideas are good
"Most cars on our roads have only one occupant, usually the driver."
- Carol Malia, BBC Anchorwoman
"I do not like this word "bomb." It is not a bomb. It is a device that is exploding."
- Jacques le Blanc, French ambassador on nuclear weapons
"Solutions are not the answer."
- Richard Nixon, former U.S. President
Actually dee-u's suggestion of labels is not a bad idea.
You could have a label for each level, all of which have their visible property set to false when the program started.
At each level, the corresponding label would be made visible, and at each level you could set the font size to one bigger than the previous label, and change the forecolor for each until the top has been achieved.
I wouldn't set the visible property to false, you'd loose the affect of "levels". Just set the all the fonts and sizes in an incrementing fashion and then make the current level BOLD.
Last edited by Mark Gambo; Sep 14th, 2005 at 02:50 PM.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."