I am using the Windows Media Player COM in C# with Visual Studio and with using the WindowsMediaPlayer interface class (not WindowsMediaPlayerClass) I can create a player that is controlled completely by my program and has no visible interface to the user.
My question, is it possible to make my instance of the WindowsMediaPlayer available to be added to the way you can add songs to the player from the file explorer?
I'd like to be able add songs through this method instead of having this Windows Explorer command open it's own instance of Windows Media Player (that is external from my program).
Edit:
I don't actually want to add a new entry to the right click menu in file explorer. I would like the existing Add to Windows Media Player list to recognize my embedded WMP as the one it should add the songs to.