MS IDE RAD技术入门----VC6插件开发入门(2)----一步一步

6 篇文章 0 订阅
 
1. 设计插件
2.On the File menu, click New.
3. In the New dialog box, click the Projects tab.
4. Select Developer Studio Add-in Wizard.
5.In the Project Name box, enter a project name for the add-in, and then click OK.
6.In the Developer Studio Add-in Wizard — Step 1 of 1 dialog box, do the following:
插件名称和介绍 :Enter a name and description for your add-in.
插件的工具条 :If you want a toolbar for buttons that carry out commands added by the add-in, check the Provides a toolbar box.( 如果需要一个工具条来接受用户命令 , 那么就选中 Provides a toolbar )
响应 IDE 事件If you want event-handling code for the Developer Studio objects, check the Responds to Developer Studio events box.
The wizard adds a code stub for each event. Then, you must complete the code for the events you want.
7. Click the Finish button.
In the New Project Information dialog box, note the files created by the wizard and the directory in which the project is stored. Then, click OK.
The wizard ends and Developer Studio displays the classes created for the add-in. For details about the files and classes produced by the wizard, see Understanding the Results of the Add-in Wizard.
8.Customize the add-in command or add new commands.( 不会的话就到这里看看)
The Developer Studio Add-in Wizard automatically creates the code to add one command to Developer Studio. However, if you need to customize this command or add additional commands, you must modify the code. For details, see Adding Commands to the Visual C++ Developer Studio.
9. Build the DLL for the add-in.
10.最后一步是 安装插件.
Visual C++ 插件系列介绍 说到Visual C++的插件,大家可能只有想到Visual Assist吧。天真!行内开发插件可只有这个!?下面介绍一下vc6.0的其他插件。 Visual Assist(强烈推荐) 功能:VA从5.0一直到现在的VAX,功能越来越强大,除了以前版本中的自动识别各种关键字,系统函数,成员变量,自动给出输入提示,自动更正大小写错误,自动标示错误等等以外,最新的版本中还在WorkSpace窗口中加入一个VA View,可以更方便的查找工程中的文件、类和变量。 WndTabs(强烈推荐) 功能:WndTabs主要是在编辑窗口中显示了所有已经打开的文件,在VC中能够更方便的操作这些文件,比如修改文件属性,copy文件路径、文件名等,并且还开放源代码,你要是愿意的话,可以添加自己很兴趣的功能。 LineCounter 功能:用来统计整个工程的代码行数,包括总行数、代码行数、注释行数、空行数等,并且对多个工程一起统计时,不会把相同的文件计算多次. Spelly 功能:一个拼写检查的插件,可以对整个文件或所选部分进行拼写检查,支持C/C++/C#, VB, Fortran 和HTML。 SourceStyler C++ 功能:此插件是针对C++的一个格式化工具,可以针对自己的编码习惯,选择一种编码风格,也可以自己定义,而且定义非常详细,有表达式、指针、模板、类、枚举等十几种,肯定能满足你的需要。 Numega BoundsChecker(强烈推荐) 功能:是针对Visual C++6.0应用程序的最为全面的错误检测工具。BoundsChecker 能自动指出静态,堆栈内存错误和资源泄漏问题。BoundsChecker 能够校验最新的 Windows APIs,包括 ActiveX, DirectX, OLE/COM, ODBC等等。能够发现与 Windows 平台兼容性。 BCGControlBar Library 功能:非常好的一套应用于vc6的界面扩展类库,轻松的作出 vc2003 的界面。并且给了各种界面例子,如vc.net、outlook、更换皮肤等等。 Comment Wizard 功能:Visual C++插件,提供了Visual C++源代码注解标准化与自动化功能。在它的帮助下,您可快速创建标头文件信息注解,文件中模块注解, C++处理方式,以及C语言功能与历史校正功能注解,等等。 String watch Microsoft Visual Studio add-in 功能:调试时查看字符串的。 Tabbar插件 功能:显示多tab的插件
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值