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 Api を介して iTunes イベントをリッスンする DLL を作成していますが、Windows Media Player がプラグインで行うように、iTunes の起動時にこの DLL をロードする方法を考えていました。
ComVisible(true)メインアプリクラスに追加しようとしましたが、iTunes がそれを検出して初期化するかどうかを確認しましたctorが、結果はありませんでした。
ComVisible(true)
ctor
誰でも何か考えがありますか?