All Forums >> [Scripting] >> Post a VBScript >> ProgressBar Classic [HTA] (Level = easy) Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
1/ for small number of items to proceed (less than 50). The lenght (or number of steps) of the bar is proportional to the number of items
2/ for large numbers of items (more than 50) The lenght of the bar is 50. ---
- Displays percents in the taskbar and the caption
- Diplay numbers of done items and the total.
- "classic" because of the greyish background, of course you can change the colors: white will make it Windows 3.1 style, blue and yellow: BSOD style etc)
--- To use them in a useful manner, you will have to figure out how to feed the "x" variable to the progress bar. You can either include the prgressbar code into an hta application (progress shown on the main window) or make it read a file generated by the main scrit with the datas needed for the progressbar. This code can be easily modified to add extra infos, colors, them, pictures etc
---
1/ for small number of items to proceed (less than 50). The lenght (or number of steps) of the bar is proportional to the number of items
2/ for large numbers of items (more than 50) The lenght of the bar is 50.