image in progressbar

Thebest

Member
Joined
Dec 13, 2005
Messages
11
Programming Experience
1-3
Hi all,
Is there any way by which i can have a image moving in a Progressbar(instead of rectangle moving)?
please help...
Thebest
 
Thanks a lot for the reply but ... :)

I am looking for the code to make a progressbar where the moving blocks are being replaced by a moving car... I would like to simulate a moving car in my progressbar...

Is there any possibility to make it?

Greetz,

Thebest
 
Forget the ProgressBar class and create your own UserControl. Give it a border and then add a PictureBox whose Location you can set depending on the progress value you assign. You can give it all the same members as the ProgressBar so it mimics its functionality but you just handle the internal workins yourself.
 
Back
Top