Questions tagged [wmplayer]

To be used for Windows Media Player issue only

10 questions
2
votes
1 answer

Windows Media Player Size in vba userform

When WMP is running in a VBA UserForm it sizes automatically based on clip size and resolution, irrespective of Width and Height properties being set programmatically. I need the video to have a fixed size. The following code does nothing: With…
HectorM
  • 21
  • 1
  • 2
1
vote
3 answers

vbscript opens mp4 in wmplayer, but only audio plays

I'm trying to simply open a video in full screen using a batch file, I realised this wasn't possible so I included code to make it write to vbscript instead and then later on execute the vbscript code. I'm running windows 10, and I have another…
Alfie Atkinson
  • 58
  • 1
  • 10
0
votes
2 answers

Powershell start-process hidden wmplayer file with spaces

powershell Start-Process -WindowStyle Hidden 'C:\Program Files\Windows Media Player\wmplayer.exe' c:\windows\media\notify.wav run ok. powershell Start-Process -WindowStyle Hidden 'C:\Program Files\Windows Media Player\wmplayer.exe'…
wyxchari
  • 66
  • 3
0
votes
0 answers

Windows Media Player Crashes when I load an Image Windows 10

When I load an image in windows media player using Windows 10 it freezes(in the Connecting state) and if I click the UI it crashes sometimes. When It freezes I break out in Visual Studio and it takes me to this line wmpTest.Ctlcontrols.pause();…
Dev
  • 1,780
  • 3
  • 18
  • 46
0
votes
0 answers

How to make sure all mp3s play at the same volume?

I'm making a music player in Winforms, C#. Some of my mp3s are softer than others. Is there an easy method to normalize(is that the right word?) all my mp3s, so that no matter which I choose to play, they all play at the same standard volume?
Manny
  • 325
  • 1
  • 3
  • 10
0
votes
1 answer

Prevent resizing of windows media player(when embedded inside mfc application) when outer window is resized

Hi stackoverflow community, I am using the WMPHost Sample from the win 7 sdk. What i want is that when i resize the outer window the windows media player(activex control) should not automatically adjust itself.Instead the video should be clipped. Do…
Magellan
  • 71
  • 1
  • 2
  • 11
0
votes
1 answer

system() call in C

I am writing my C code in Visual Studio and Im using the system() function in C to call wmplayer and play a sound: system("C:\\Windows_Media_Player\\wmplayer C:\\Users\\lfanning\\Downloads\\sound .wma"); I call this in the middle of my main function…
leahf
  • 1
0
votes
1 answer

How to open a video in wmp with .bat?

WMP = windows media player. So yea I want to use .bat to open 2 different videos same time but in two different media players, because... well one does not do the job, opens the video 1 and replaces with the other video. So I have a W10 app as…
Lolman
  • 107
  • 8
0
votes
1 answer

Create object WMPlayer.OCX issue

I am using following code in my HTML page but it is returning NULL. (IE8 , MS WIndows 7 Pro) Set Sound = CreateObject("WMPlayer.OCX") I am sure Windows Media Player is installed and working fine. How to fix it?
NoWar
  • 36,338
  • 80
  • 323
  • 498
-1
votes
2 answers

C# Desktop background displaying incorrect location maybe?

Hi I am currently creating an animated desktop background that uses axWindowsMideaPlayer to play video files in a loop I take the WMP and set its handle to the desktop handle, it works great on single display monitor setup but fails with multiple…
Scott
  • 11
  • 2