
List all COM components on local machine
The following routine parses the registry and lists all the installed COM components: ‘ this code assumes that you have used this Imports statement’ Imports Microsoft.Win32′ Print ProgID, CLSID, and path of all the COM components’ installed on this computer.Sub DisplayCOMComponents() ‘ Open the HKEY_CLASSES_ROOTCLSID key Dim regClsid As RegistryKey