visual studio 2005/2010/2013/2015/2017 vc++ c#代码编辑快捷键-代码编辑器的展开和折叠 VS2015代码编辑器的展开和折叠代码确实很方便和实用.以下是展开代码和折叠代码所用到的快捷键 Ctrl + M + O: 折叠所有方法 Ctrl + M + M: 折叠或者展开当前方法 Ctrl + M + L:  展开所有方法 解决VS2010中工具箱的的不见的问题: 按快捷键Ctrl+Alt+X 全屏:Shift+Alt+Enter 注释选定内容:Ctrl+E…
今天在做OCX添加接口的时候,莫名其妙的遇到visual studio 2005提示脚本错误,/VC/VCWizards/2052/Common.js. 网上找了很多资料,多数介绍修改注册表“vs2005 MFC资源编辑添加成员变量向导出现脚本错误的解决方法”,或者重装ie8. 整了半天,重启vs2005或者windows都不好使. 最后发现把vs2005的中间目录删除了就可以正常使用了. 这种情况比较坑,整理下以作记录,后续可参考.…
一. fatal error C1083: 无法打开包括文件:"stdint.h": No such file or directory stdint.h是c99标准的头文件,vc不支持,所以肯定会提示"No such file or directory"的. 解决办法: 去 下载  msinttypes-r26.zip 解压后会得到三个文件,把inttypes.h和stdint.h放到vc的include目录就可以了. 我安装的是VS2008,安装到的默认位置,因…
from:http://www.codeguru.com/cpp/v-s/devstudio_macros/customappwizards/article.php/c12775/Create-a-Visual-C-Wizard-for-Visual-Studio-2005.htm#page-1 Create a Visual C++ Wizard for Visual Studio 2005 Posted by Marius Bancila on October 30th, 2006 If y…
NuGet is a Visual Studio extension that makes it easy to install and update third-party libraries and tools in Visual Studio. NuGet is not mandatory for using the PayPal SDKs but makes managing dependencies in your application a lot simpler. Visual S…
Microsoft Visual Studio 2005 Visual Studio 2005 Professional 官方90天试用版英文版:http://download.microsoft.com/download/e/0/4/e04de840-8f6b-4fe5-ac3d-d3ad8e4c2443/En_vs_2005_Pro_90_Trial.img中文版:http://download.microsoft.com/download/5/c/2/5c2840fd-8b03-492e-…
虽然已经在Visual Studio 2005下安装Qt4已经n次了,还是打算在上写写安装方法. qt-win-commercial-src-4.3.1.zip.qt-vs-integration-1.3.1.exe 1.配置环境变量     我的电脑->属性->高级->环境变量          QTDIR —— C:\Qt\4.3.1          QMAKESPEC —— win32-msvc.net     打开VS2005目录下common7\tools目录下的vsvars…
Visual Studio 2005 移植 - WINVER,warning C4996, error LINK1104 一.WINVER  Compile result:  WINVER not defined. Defaulting to 0x0502 (Windows Server 2003) windows   server   2003    winver>=0x0502         windows   xp      winver>=0x0501         windows…
Visual Studio Team Foundation Server 2015 序列号:PTBNK-HVGCM-HB2GW-MXWMH-T3BJQ…
好消息!2013 Visual Studio Magazine读者选择奖已经正式揭晓了!据了解,截至今年此奖项已经评选了21次,非常值得.NET开发人员信赖和参考.此次评选共有400多个产品角逐28个分类的奖项,下面小编为大家揭晓界面框架类获奖情况. 2013 Visual Studio Magazine读者选择奖界面框架类 分类 金奖 银奖 铜奖 桌面类控件套包 (Winforms,WPF) DevExpress DevExpress DXperience Enterprise Infragi…