DownloadPicturesProgress Method
Description
Reports the status of DownloadPictures.
Syntax
Visual Basic
Public Sub DownloadPicturesProgress( _
   ByRef Total As Long, _
   ByRef Current As Long _
) 
Parameters
Total
The total number of bytes to be downloaded.
Current
The number of bytes downloaded thus far.
See Also