VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simulated 3D Progressbar

Marco Antonio Calvente Nieto  (1 Submission)   Custom Controls/Forms/Menus   VB Script   Intermediate   Wed 3rd February 2021

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.

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

Rate Simulated 3D Progressbar (5(5 Vote))

Download Simulated 3D Progressbar

Simulated 3D Progressbar Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters