Hi all,
I need to control iTunes on Windows. Has anyone used the iTunes
Windows SDK via RB?
Here is a simple example of how to create a playlist on Windows. Does
anyone know how I may be able to execute this code on Windows via RB?
Or Convert this code somehow so that it will run from within RB?
var iTunesApp = WScript.CreateObject("iTunes.Application");
var albumPlayList;
albumPlaylist = iTunesApp.CreatePlaylist("new playlist");
Any thoughts would be great.
Thanks
Jeff
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>