Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i changing video aspect ratio of windows media player axWindowsMediaPlayer programmatically using C#.

We can determine the height and width resolution of screen using following commands

VB
SystemInformation.VirtualScreen.Width
SystemInformation.VirtualScreen.Height


and some of the available standard ration are 4:3, 5:4, 16:10, 16:9.

how can either i programmatically adjust aspect ratio automatically according to screen resolution or put it over a hot-key to change one after another so that user can him/her(self) change change it one after other to adjust it on his/her screen.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900