AutoProgressDialog 0.1
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.
0 Comments