John H. Mutchek V


AutoProgressDialog 0.1

Posted in Geek, Code by jmutchek on the May 1st, 2005

Microsoft provides COM access to the standard Windows progress dialog through the IProgressDialog interface. Unfortunately for VBA and VBScript developers, the interface is not exposed to Automation. AutoProgressDialog is a simple COM Automation wrapper you can use to open, update, and close a standard Windows progress dialog from script.

(more…)