wmplib
Pausing and resuming mp3 with WMPLib and C#
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 ([详细]
2023-03-19 10:31 分类:问答Windows Media Player Control (winforms) - capture current frame as bitmap?
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[详细]
2023-02-25 15:33 分类:问答How do I tell if a playlist is a music playlist in c#?
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)[详细]
2023-02-17 20:13 分类:问答MP3 played in separate thread
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.[详细]
2023-02-14 05:39 分类:问答WMPLib.WindowsMediaPlayer fastReverse not available
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[详细]
2023-02-06 06:27 分类:问答Help with wmp.dll (Windows media player) to vb 6
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[详细]
2023-01-29 18:07 分类:问答Current playing item in Windows Media Player (wmplayer.exe ver. 12)
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.[详细]
2023-01-21 00:09 分类:问答WMPLib.dll not running Dispose() correctly. How can I play mp3s on Windows Mobile?
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[详细]
2023-01-06 07:15 分类:问答c# - wmplib - playing 2 mp3 files but can get them in synic
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[详细]
2022-12-26 00:22 分类:问答C# WMPLib Duration of a mp3
Im using WMPLib to make an easy mp3pla开发者_Python百科yer in C#. Im almost done but theres one more thing I want to do.[详细]
2022-12-13 19:46 分类:问答