Method of IApplication
Sets progress state
Application.progress(nPercent, strText);
==== Visual Basic Script ====
Application.progress nPercent, strText
==== C++ ====
HRESULT hr = Application.progress(nPercent, strText);
===== See Also ===== IApplication