How can I force any display resolution/timing I want?

前端 未结 2 443
深忆病人
深忆病人 2021-01-16 12:13

I am having trouble finding a way to force any display resolution/timing I want in my C# program. I am running Windows 7 with a GeForce 210 graphics card. My current method

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-16 13:08

    You could try using ChangeDisplaySettings

    I'm not sure if it will have all the options provided by the nvidia panel, but certainly the basics like resolution, refresh rate, screen orientation, etc. I've used it myself in the past to dynamically change screen orientation (rotate to landscape/portrait) on a click of a button.

提交回复
热议问题