I\'m working on a simple mp3 player project with C# and the WMPLib library. The idea is to make it controllable with a PIC component, to control media playing in the PC from \"anywhere\" in my house (
I am using Windows Media Player control in a winforms app, I would like to periodically capture the playing frame into a bitmap and save it locally. Does WMP expose the current playing frame? Surely t
I\'ve attached my code so far, my problem is all the playlists return \"auto\" or \"wpl\" for their type. (This is all using a WMPLib reference)
One problem was solved, another followed: In a C#-program I use following method to set a labels color to green, then playing a mp3-file and finally setting the color back to black.
I开发者_JAVA百科 am writing a small application using WMPLib.WindowsMediaPlayer. The thing is that the fast reverse method is always not available. I have no problems with fast forward which is workin
I have a serious problem with my VB 6 application. In it, I have a reference to wmp.dll in a Form, the idea it\'s play media video files, i have a ListView called LV1 in which I show the playlist file
Been trying this for a while now. All solutions I\'ve seen on the net don\'t seem to work, specially the really simple way to do it.
Using the Interop.WMPLib.dll to play mp3 files on Windows Mobile 6.x, but I can\'t get the GC to cleanly dispose of itself. I need to play a short mp3 (20-30 seconds) every 5 minutes for a long-runnin
I have 2 windowsMediaPlayer objects setup Both objects have the same mp3 song file but when I play them at the same time they are out of sync by a few seconds. The code I call to play them looks like
Im using WMPLib to make an easy mp3pla开发者_Python百科yer in C#. Im almost done but theres one more thing I want to do.