James Brooks
James Brooks

Reputation: 1311

Notification that iTunes has been started

I'm currently developing an application which uses the iTunes COM (Win32) to hook into the iTunes application.

At the moment, I have managed to unhook the COM when iTunes closes through the use of the OnQuittingEvent which is great, iTunes doesn't display the application interface dialog so everything is good.

My problem arises when I re-open iTunes. It seems that it doesn't send the onCOMCallsEnabledEvent that I would expect - iTunes is starting, so surely the COM calls would be enabled. So my question is, does anyone know of any notifications that iTunes sends when it's started?

Upvotes: 0

Views: 557

Answers (2)

Lance
Lance

Reputation: 21

use itunes visual plugins

Upvotes: 2

James Brooks
James Brooks

Reputation: 1311

Ok, so my best bet is just to keep waiting to see if the iTunes process is back again. Solved.

Upvotes: 0

Related Questions