virtual void OnProgressChange( long nProgress, long nProgressMax );
Parameters
nProgress
Amount of total progress to show, or -1 when progress is complete.
nProgressMax
Maximum progress value.
Remarks
This member function is called by the framework to notify an application that the progress of a download operation has been updated.
The container can use the information provided by this event to display the number of bytes downloaded so far or to update a progress indicator.
CHtmlView Overview | Class Members | Hierarchy Chart
See Also CHtmlView::GetBusy, DWebBrowserEvents2::ProgressChange, CProgressCtrl