03-24-2008 02:37 PM
03-26-2008 08:10 AM
03-26-2008 08:54 AM
03-27-2008 11:10 AM
03-01-2011 05:53 PM
I'm trying to accomplish this same thing and am having a hell of a time finding the right Class, right Methods, and/or right Properties for a solution. Some classes seem to return obscure errors when I try to create them use the invoke node "launchURL" (the WMPLib.ICore for example). If I use the Player base class (which MSDS says is the root class and the class that is used when you create an embedded player) I don't get anything.
What I would like is to progmatically launch Windows Media Player to play a particular video clip in full screen on the secondary monitor. It seems like this should work:
But doesn't... any ideas for this? The C# examples are difficult to understand for me. Also, the WMP class library is a MESS! (IMHO). Thanks for your input.