本文介绍了在MFC(VC ++)中不支持超过1238/738像素的更高分辨率的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

应用程序仅支持1238 x 738像素.高达1238/738的分辨率,如果我减小分辨率,页面尺寸将减小,而通过增加分辨率,页面尺寸将增大,这是正确的工作方式

但是,如果系统像素大小大于1238/738,则会以相反的方式工作.

并且在代码中没有与分辨率相关的内容.请建议我该怎么做,即需要做什么才能甚至支持1238/738以上的高分辨率.

Application is supporting up to 1238 by 738 pixels only. Up to 1238/738 resolution, if i decrease the resolution page size is getting decreased and by increasing the resolution page size is getting increased which is the correct way it should work

But if the system pixel size is more than 1238/738 it is working in reverse manner.

And in code there is nothing related to resolution.Please suggest me what to do i.e what needs to be done to support even fo high resolution more than 1238/738.

推荐答案


这篇关于在MFC(VC ++)中不支持超过1238/738像素的更高分辨率的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 13:05