Description
You should maintain a long data member to count the number of times MeterProgress() has been called. By comparing this value to that provided by SetLimit(), you will be able to calculate and display what percentage of the calculation or operation has completed.
Visual Basic
Public virtual Function MeterProgress() As void
C#
public virtual void MeterProgress();