Quote:
|
Originally Posted by nik_for_you
Quote:
|
Originally Posted by tuxfan
As for VB, there is a Progresss Bar object that can be placed on the form. Manipulating its various properties will give you the desired effect.
|
not satisfying answer !!! is it ?
|
1. Make a form
2. Resize the form
3. Put the scroll bar control on it
4. On the screen find out where are the properties.
5. Once you find that out look for minimum value and maximum value properties
6. ....
7. ....
I don't think I can spoon feed mate!! Its not advisable for you too!! Is it? Take a little more trouble yourself, look into MSDN and you will surely do it without much help. Scroll bar is not rocket science. A little effort will give you more satisfaction. I think scrollbar.value gives the current value, increment it in a loop that will move the bar forward on the screen