I found a while ago a step progress bar control for vb6...but i forgot where.
Something like this:
Attachment 191577
Can someone help with a link?
Printable View
I found a while ago a step progress bar control for vb6...but i forgot where.
Something like this:
Attachment 191577
Can someone help with a link?
Not sure have you tryed google, it looks quite basic to be honest maybe you chould inplant it your self with a few shapes or use some drawing functions. there loads of custom processbars around for vb6 maybe they can help you get started.
A little fun example....I simply used a Timer to step through the Progress Bar...You, of course, would want code to move the 'bar' according to whatever you are timing.
May I suggest something along the lines of..
Forms or textboxes and such being filled out.. each one will move the progress bar accordingly? Just a thought.