I am using media player to play audio and video. I am creating own button to increase and decrease the volume of the media player. working fine too.
I am using axWindowsMediaPlayer control in my windows mobile application with using .net CF 2.0, I want to play the video with subtitle.(S开发者_StackOverflow中文版RT file type)
I realize there is a similar question to this, but it really has no information in it. I want to retrieve the currently playing song title (similar to MSN Messenger) within a C# ap开发者_StackOverflow
Th开发者_开发百科e problems with Windows Media Player on a .NET CF based application are endless. In one of the .NET CF 3.5 applications, we are using ActiveX controls to play videos. The code for the
I tried fmod.net but got a \'System.BadImageFormatException\' error. I then tried WindowsMediaPla开发者_JS百科yer and have sounds playing. However i am having issues playing a sound when the current o
Can I make this statement shorter? if(abc==\'value1\' || abc==\'value2\' || abc==\'value3\') {//do something}
I\'ve got some heavily modified code that ultimately came from the Windows Media SDK that works great for reading tags out of MP3 and WMV files. Somewhere along the line, Windows Media Player added su
I was just wondering if there is a way to disable controls such as ctr Left/Right arrows or Alt+left/right arrows in AxWindowsMediaPlayer. I am using it in WindowsFormsHost in my WPF project. I would
I have to record audio on an iPhone that will play back on Windows Media Player, using no non-standard codecs; that is, using no codecs that don\'t already ship with WMP. (Corporate requirement.) The
HI, I am using activeXMediaPlayer to play files from url but each time I pass a url to it shows the message , \"either the file is corrupted or player does not support the file format u are playing.\