Control displayed with an offset in Visual Studio 2013

孤人 提交于 2019-12-19 11:56:17

问题


Recently I have migrated my source code from Visual Studio 2010 to Visual Studio 2013.

After building in Visual Studio 2013, controls are displayed with an offset (see image by clicking on the link below).

Link to image

Does anybody know what happens?


回答1:


I Think issue was with the border frame thickness of dialog box. I changed the following property in project settings & that worked for me. Project Properties->Configuration Properties->General->Platefortoolset, set it to Visual Studio 2013 - Windows XP (v120_xp) And it worked. Thanks everyone for help



来源:https://stackoverflow.com/questions/34768621/control-displayed-with-an-offset-in-visual-studio-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!