Watching a video on windows media player will produce black bars on the left and right.
this.MPlayer.stretchToFit = true;
AxWindowsMediaPlayer mPlayer = this.MPlayer;
mPlayer.URL = "Location of a file";
Below attached file output of the code.
How to change the aspect ratio of an Windows media player?