Navigation: home » code » progressbar3d
Table of Contents

Progress Bar 3D (OCX)

This is a simple ActiveX control that gives a 3D progress bar for displaying percentages.

Unlike the standard progress bar control this version takes only a Value property, in percent. If there is demand for a version with MinValue and MaxValue properties I will code it and update.

Usage:

' 100%
ProgressBar3D.Value = 100
' 50%
ProgressBar3D.Value = 50
 
' Show the about dialog
ProgressBar3D.About

Screenshots

Download

The files available for this release are below.

File Description
ProgressBar3D.ocxOCX Control - A compiled version of the ActiveX control, suitable for use in Visual Basic or any other development language that supports OCX controls.