Automating iTunes with C#
on 05.09.04, 06:38am in .net • digg this • comments (0)
[Dan Crevier] Apple has posted an SDK for accessing iTunes using COM on Windows…. You don’t really need it though - the type library is built into iTunes.exe. For example, you can from you C# app, you can add a reference to iTunes by right clicking the references section, choosing Add Reference…, going to the COM tab, and selecting iTunes 1.0 Type Library. You can then double-click iTunesLib under references to see the object model iTunes exposes.



