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 中显示带有偏移的控件


基础教程推荐
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 从 std::cin 读取密码 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01