搜索资源列表
VC++ ATL为Microsoft Word加入功能简单的COM插件
- 介绍一种使用VC++ ATL(Active Template Library),利用IDTExtensibility2接口,为Microsoft Word加入功能简单的COM插件(addin),加入工具栏按钮和菜单等可视部件,并为其加入响应事件的方法,并在最后简单说明了实现与Office宏混合编程的方法-A VC ATL (Active Template Library), using IDTExtensibility2 interface for Microsoft Word function
Syntax3
- 用vc写的word控件,添加了3个按钮,并且点击按钮可以在当前word文档里光标处添加图片-add a picture in word
VC6Extend
- vc 6.0 插件 我听过很多人抱怨 VC++ 的自动化接口的一个缺点就是不能指定插件工具栏的名字(VC++ 允许我们创建一个带有几个按钮控件的工具栏,点击按钮执行插件对应的命令)。-vc 6.0 plug-in I have heard many people complain about the VC++ automation interface, a drawback is that you can not specify the name of a toolbar plug-ins (V
filetool
- 完美解决VC++6.0中不能添加和引入外部文件的的问题,编译后,vc上会有添加文件按钮,使用方便快捷!-Perfect solution VC++6.0 can not add external files and the introduction of the issue, the compiler, vc there on the Add files button, easy to use and fast!
OCX
- 一个由c++编写的ocx控件。用vc++ 6.0编译,用MFC对话框调用。执行后会显示一个增加按钮,用来表示已经调用OCX控件。作为一项课堂作业,它是完美的。(An ocx control written by c+ +. Use vc++ 6.0 to compile, call with MFC dialog box. After execution, a button is displayed to indicate that the OCX control has been called