Create a new monitor with the specified owning object, status, and number of steps
'Declaration
Public Function NewMonitor( _
ByVal As Object, _
ByVal As String, _
ByVal As Integer _
) As ProgressMonitor
public ProgressMonitor NewMonitor(
object ,
string ,
int
)
Parameters
- owner
- The object that is responsible for the proces being tracked (for development purposes, never displayed)
- status
- A short status message for the user
- maxSteps
- The maximum number of steps in the process being monitored
Return Value
A new monitor object which will be at the top of the stack
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2