Creates a progress bar in the status bar.
Creates a progress bar in the status bar.
| Visual Basic |
|---|
Public Function CreateProgressBar( _ ByVal Text As String, _ ByVal Maximum As Long, _ ByVal Stoppable As Boolean _ ) As ProgressBar |
The title of the progress bar, which appears above the progress bar.
HRESULT = error code:
The title can be changed with ProgressBar.Text, for example, to update the progress percentage.