Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行したCOMオブジェクトのCLSIDを知る必要がありますCreateObject("xxx.xxx")。どうすれば取得できますか?
CreateObject("xxx.xxx")
TIA!ラファル
その情報を VB 自体から直接取得することはできないと思いますが (たとえば、呼び出しの副作用または二次的な結果として)、 でレジストリ エントリを読み取って、そのキーCreateObjectを調べることができます。HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xxx.xxxCLSID
CreateObject
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\xxx.xxx
CLSID