SDK Software CRC Toolkit
Progress Event

      Example      


Description
Occurs when the progress of an operation is updated.
Syntax
Private Sub object_ProgressChange(ByVal Percent As Byte)

Part Description
object An object expression that evaluates to an object in the Applies To list.
Percent A percentage value that specifies the percentage amount of total progress to show.
Remarks
The container could use the information provided by this event to update a progress indicator.

The Progress event is not of the greatest use when calculating a CRC32 checksum in a single chunk, because the event is only able to fire upon the completion of each call to the assembly language code. See the sample project supplied for an illustration of this.


In order to view this documentation as it was intended you need to have scripting turned on.