Control displayed with an offset in Visual Studio 2013(在 Visual Studio 2013 中显示带有偏移的控件)
问题描述
最近我将源代码从 Visual Studio 2010 迁移到 Visual Studio 2013.
Recently I have migrated my source code from Visual Studio 2010 to Visual Studio 2013.
在 Visual Studio 2013 中构建后,控件显示为带有偏移(单击下面的链接查看图片).
After building in Visual Studio 2013, controls are displayed with an offset (see image by clicking on the link below).
图片链接
有人知道会发生什么吗?
Does anybody know what happens?
推荐答案
我认为是对话框边框粗细的问题.我在项目设置中更改了以下属性 &这对我有用.Project Properties->Configuration Properties->General->Platefortoolset,设置为 Visual Studio 2013 - Windows XP (v120_xp) 就可以了.谢谢大家的帮助
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
这篇关于在 Visual Studio 2013 中显示带有偏移的控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Visual Studio 2013 中显示带有偏移的控件
基础教程推荐
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 这个宏可以转换成函数吗? 2022-01-01
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 我有静态或动态 boost 库吗? 2021-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 常量变量在标题中不起作用 2021-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
