Questions tagged [wmp]

For issues relating to interfacing with the Windows Media Player (WMP).

Windows Media Player (WMP) is a media player and media library application developed by Microsoft that is used for playing audio, video and viewing images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices.

191 questions
0
votes
1 answer

WMP library in C# - playlist from a list

I just found out about the Windows Media Player library for C#, since I am making a stupid little app for my friend I thought that I would add it in (since he loves music). string ply = "Playlist"; WMPLib.IWMPPlaylist pls; …
Lucas Stanesa
  • 71
  • 2
  • 7
0
votes
1 answer

Is there a WmpBitmapDecoder equivelant in Silverlight?

Does anyone know how to use Windows Media Photo (.wdp) in silverlight? There is the WmpBitmapDecoder class for regular wpf applications, but I don't see anything like that when I create a silverlight application. Are there any alternative image…
jjxtra
  • 18,300
  • 12
  • 85
  • 128
0
votes
1 answer

How are codecs registered?

I am trying to get a deeper understanding around the codec area and how it all works. The primary drive is the uncertainty of installing codec packs to deal with certain unplayable videos, which ends up not allowing the playback of those files…
Ross
  • 1,816
  • 2
  • 23
  • 34
0
votes
1 answer

Issue controlling a Windows Media Player instance through IronPython

Using the .NET Windows Media Player library, I have been able to obtain and alter various file properties (like user rating) for Windows Media Player programmatically. I wish to use the same library to control (play, stop, next, etc.) a Windows…
covertCoder
  • 416
  • 3
  • 10
-1
votes
1 answer

Can i use IP address in URL properties of Windows Media Player in VB6.0?

I am trying to make a client server connection in vb 6.0 and stream video in server machine from a client machine.. my doubt is, can i keep the URL in properties of Windows media player as an "IP address" of client machine??? eg. Const…
Devi
  • 76
  • 3
-1
votes
1 answer

DVD subtitle Using Vb6

I would like to show, hide and choose the subtitle on a DVD film what I can play from vb6 code. I use the wmp.dll. I did not find help about changing (showing, hiding) the subtitles. Can anybody help me?
Geovanny1974
  • 89
  • 1
  • 8
-1
votes
1 answer

WMP EventDispatcher: how to know who sent the event?

I am embedding Windows Media Player in a C program. I found the WMP Host example in C++ in the WMP SDK. It contains an even dispatcher. But when I receive an event, how do I know who sent the event and how do I access that class object's variables?…
Paul Ogilvie
  • 24,146
  • 4
  • 18
  • 39
-1
votes
1 answer

Referencing WMP under .NET

I can add the reference to Windows Media Player, but I don't get to the point where I could say Dim newPlayList As WMPLib.IWMPPlaylist = wmpControl.playlistCollection.newPlaylist("soundsToPlay") The WMPLib seems to be missing. I can drag the…
Maiken Roskilde
  • 367
  • 1
  • 12
-1
votes
3 answers

How to change the volume by using mouse wheel?

I am new and know little about this. I am using WMPLib namespace. I tried figuring out how to change the volume by using the mouse wheel: void Form1_MouseWheel(object sender, MouseEventArgs e) { wmpPlayer.settings.volume = //inc or dec } How do…
newbieguy
  • 608
  • 1
  • 10
  • 28
-1
votes
1 answer

autohotkey script to schedule a wmv

I'm new to AutoHotkey and am looking for some bit of assistance getting started. Where do I begin if I wish to write a script that will schedule the opening of a .wmv file in WMP in full-screen every half an hour? I know I need to use autohokey's…
AMDG
  • 269
  • 2
  • 9
-1
votes
1 answer

WMP COM fails to operate under subsequent user impersonations

I have a windows service that needs to access the Windows Media Player libraries of all currently logged on users. Since its a service, I must impersonate the logged on user so that calls to the WMP COM will return information in the impersonated…
BigMacAttack
  • 4,149
  • 2
  • 25
  • 38
1 2 3
12
13