|
List installed COM objects and associated ProgIDs
Posted by Daren
on Wednesday, April 13, 2005 (PST)
|
|
Script: Lists all COM Objects and their associated ProgIDs (If available). Win32_ClassicCOMClassSetting
(Read More... )
|
|
Play a wav file
Posted by Daren
on Sunday, January 18, 2004 (PST)
|
|
Play a wav file using the MCI Multimedia Control.
(Read More... )
|
|
Common Automation and COM ProgIDs
Posted by Daren
on Saturday, January 17, 2004 (PST)
|
Here is a quick reference to some of the more common ProgIDs. In order for WSH to use a COM/Automation Object you need to know the ProgID.
(Read More... )
|
|
Using Microsoft's Common Dialog Control
Posted by Daren
on Saturday, January 17, 2004 (PST)
|
|
The Common Dialog Control is used by most windows applications to show the familiar OpenFile, SaveFile, etc... dialog boxes.
(Read More... )
|