Progress Method
Description
Polls the progress of the last action (Load or Save).
Syntax
Visual Basic
Public Function Progress( _
   ByRef Total As Long, _
   ByRef Current As Long _
) As String
Parameters
Total
The total number of bytes to be transferred.
Current
The number of bytes transferred so far.
Return Type
Null
See Also