CHtmlView::OnProgressChange
This member function is called by the framework to notify an application that the progress of a download operation has been updated.
virtual void OnProgressChange(
long nProgress,
long nProgressMax
);
Параметры
nProgress
Amount of total progress to show, or -1 when progress is complete.nProgressMax
Maximum progress value.
Заметки
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.
Требования
Header: afxhtml.h