by Marco Antonio Calvente Nieto (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)

This code allows you to implement a 3D Progressbar in your form without the use of a OCX
Inputs
Use this code only requires 3 parameters, the name of a picturebox control in a form, the name of the form, and a numeric value at your choice. There is a whole bunch of other parameters, but all they are optional and used only for customizing the progress bar aspect.
Assumes
All the code is heavily commented, parameter to parameter, so it will be easy to use.
Code Returns
Simulated 3D Progressbar creates a 3D progressbar in your form that show how much time a process will take. I designed it to use it within repetition structures like Next..For and Do..Loop, but may be given other uses.
Side Effects
The Progressbar drawing may seem imperfectly sometimes. Is required to put the picturebox in front of all other controls in the form