搜索资源列表
COLEEdit
- 是一个用VC++开发的支持OLE的写字板。-is a VC OLE support to the development of the tablet.
VC+MapInfo+OLE(MDI)
- 针对MapX的二次开发,利用OLE技术,实现MapX的大部分功能及对地图的编辑等
VC-12
- OLE程序的主要功能和设计思想-the principal functions and design ideas
存储OLE对象
- 在本实例中,演示了如何利用VC来存储OLE对象,能够编译链接运行。,-in this example, by demonstrating how to use VC OLE Object Storage to build links running. ,
用VC++编写的通讯录应用程序
- 用VC++编写的通讯录应用程序 一、设计题目、内容及要求 1、设计题目:通讯录管理程序设计 2、设计内容及要求: 利用MFC应用程序,ODBC API、MFC ODBC类、MFC DAO类、MFC 的OLE/DB、ActiveX数据对象ADO等几种Visual C++数据库连接技术,设计一个通讯录应用程序。要求通讯录中包括姓名、单位、通信地址、邮箱和联系电话等信息。程序实现通讯录记录的添加、删除、修改、浏览和查询功能。
ShowJPG.zip
- 用OLE函数读JPEG图片例子 VC++程序,源码 读取并显示JPEG图片的简单方法.,Using OLE function Reading JPEG picture examples VC++ Procedures, source code to read and display JPEG images simple way.
VC_read_excel-2003
- VC读取Excel2003文件,得到表中的内容,并显示在控件中,visual C++6.0开发 -VC reads the Excel file, get the contents of the table, and displayed in the control, visual C++6.0 development
41a4e1d391b5
- VC++使用OLE方式,操作WORD文档,可实现word自动化-VC++ using OLE mode, operating WORD documents, word automation can be realized. . .
dllreg
- VC做的对Ole COM 组件注册的程序。通过该程序可以在右键菜单上设置Ole COM进行注册和反注册。-VC do to Ole COM component registration procedures. Through the program can be set up in the right menu Ole COM registration and anti-registration.
VC_development_MapInfo_OLE_examples_(MDI)
- VC开发MapInfo OLE的例子(MDI]-VC development MapInfo OLE examples [MDI]
wq_ole
- 例子进行说明关于VC操作WORD的文件(环境为word2000): -Examples explain about VC operation WORD documents (environment word2000):
cword
- vc 编程操作 word 自动生成计算报告-vc operation automatically calculate word report
listbox
- VC++不使用OLE可直接进行拖放的ListBox,也就是可以直接对列表内的某一些内容适时拖动,这个代码比较实用,完全VC++代码实现。-VC++ does not use OLE drag and drop directly to the ListBox, which is directly on the list in due course some of the elements of a drag, the more practical code, full VC++ code.
VCDirectExcelSerial
- VC++采用直接文件读写的方式处理EXCEL,绝对非ODBC,ADO数据库方式,也绝对非OLE文档流,也绝对非VBA的方法,完全不需要OFFICE任何相关的环境或组件,喜欢的朋友就下载。-VC++ using a direct approach to reading and writing documents EXCEL, absolutely non-ODBC, ADO database in a way which is absolutely non-OLE document stream,
OpExcel_2005(OLE)
- VC2005使用OLE操作EXCEL,很有用-VC2005 using the OLE operation EXCEL
VisualC6.0
- VC数据库编程的好书,比较详细的介绍了VC数据库以及ODBCB编程,OLE DB编程以及一些特殊数据库编程(如WEB,非关系数据库,OLAP,ADO,DAO),入门级的宝典-failed to translate
vcadoa1008
- ole db 连接数据库 vc++源代码,连接 查询-ole db connect to the database vc++ source code, join queries
Example139
- vc OLE项与剪贴板 的程序源码,感兴趣的可以参考下-vc OLE clipboard items with the program source code, can refer interested
ole
- MFC sample code to develop OLE based applications in Visual Studio 2008
利用VC实现Word文档预览
- 利用VC实现word文档预览功能,可以将预览嵌入到应用的对话框中。原理是:先调用word的ole接口将doc文件转换为pdf,再利用pdf2swf.exe工具将pdf转换为swf,利用swf进行预览。内有详细的说明文档。(Using VC to implement the word document preview function, you can embed the preview into the dialog box of the application. The principle i