Hi all, if I try to read the property of WMPLib.WindowsMediaPlayer.fullScreen it always return false (even if the player is in fullscreen). If I try to set the property after playState == WMPPlayState.wmppsPlaying I get System.Runtime.InteropServices.COMException. I'm using Windows 7 (Window Media Player 12). With Windows XP (WMP 10) and Windows Vista (WMP 11) all worked fine. Any suggestions? Thank you very much.
Any news on this matter? "MGehlhaar" wrote: > Hi all, > > if I try to read the property of WMPLib.WindowsMediaPlayer.fullScreen it > always return false (even if the player is in fullscreen). > If I try to set the property after playState == WMPPlayState.wmppsPlaying I > get System.Runtime.InteropServices.COMException. > > I'm using Windows 7 (Window Media Player 12). With Windows XP (WMP 10) and > Windows Vista (WMP 11) all worked fine. > > Any suggestions? Thank you very much. >
I've met the same problem. ComException happens on if (player.playState == WMPPlayState.wmppsStopped) when running on Win7.