I've downloaded the Windows Media Center SDK and have looked through the documentation, but I don't really see how I can interact with the "Now Playing" queue. Is it possible?
Asked
Active
Viewed 592 times
1 Answers
1
In Windows 7 you get full interaction. Use MediaCollection
In Windows Vista stuff kind of works but its really fragile see this code.

Sam Saffron
- 128,308
- 78
- 326
- 506
-
I'm stuck with Vista for now - is there any way to get the current queue as a list, and also modify it (re-ordering, removing, etc)? – Daniel Schaffer May 23 '09 at 16:58
-
There is nothing built in. Its possible you could do something with com interop against the media player sdk, but you are looking at a major time sink figuring it out. – Sam Saffron May 23 '09 at 20:07
-
ewwwww yeah looks like it might be time to look into windows 7 then – Daniel Schaffer May 24 '09 at 01:30