0
Answer

How to change the aspect ratio of an Windows media player by using C#

sajja swathi

sajja swathi

4y
1.3k
1
Watching a Video on windows media player will produce black bars on the left and right.
  1. this.MPlayer.stretchToFit = true;  
  2. AxWindowsMediaPlayer mPlayer = this.MPlayer;  
  3. mPlayer.URL = "Location of a file";  
Below attached file output of the code.
 
Please suggest me how to change the aspect ratio of an Windows media player.

Attachment: Sample.rar