搜索资源列表
在数据库中存取Word文档
- 一个利用Delphi+SQL实现在数据库中存取Word文档的操作-a Delphi SQL database access in Word operation
导出到word
- 介绍如何在delphi操作Word文档等。-introduce how we can operate the Word document in the delphi
Delphi操作Word文档
- 此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end-thi
pb与word通讯
- 1.PB数据生成到WORD文件中要使用VBA的相关语法,不明白VBA没关系的,使用word中的宏录制,然后编辑你录制的宏,宏中相关的操作已经是VBA语句了,简单吧? 略做改动就能用在PB中对WORD进行操作了:) 2. 本例中部分内容根据网上相关资料改编 3. 本例程的部分功能:a.窗口自动居中;b.将DW中的数据生成WORD文档,给了一个生成信封的例子;c.将DW生成WORD中的表格;d.根据WORD模板填空生成相应WORD文件,模板中有书签,例子是生成一个介绍信。 4. 本
VC读写WORD文档表格
- 该VC程序可以实现对word文档的操作,尤其对于需要动态生成word表格的场合非常实用。
msword
- vc中操作word,利用Cwordoffice类,把word文件切割成400个字一篇的word文档,可以设置关键字和超链接网址,是学习Cwordoffice的很好的例程-vc in the operation word, use Cwordoffice class, cut the word document of 400 words a word document, you can set keywords and hyperlink URL, is to learn a good routi
41a4e1d391b5
- VC++使用OLE方式,操作WORD文档,可实现word自动化-VC++ using OLE mode, operating WORD documents, word automation can be realized. . .
Dll_Demo_New
- 阅读器,可以用于打开word文档,对其进行各种操作,可以打印-reader,can open word document,add all kinds of operation,such as print and so on
office
- 使用visual c++ 6.0 操作word和Excel的方法,文档较全,足够学会-Using visual c++ 6.0 operating word and Excel method, the document than the whole, adequate Society
VCPP-and-Word
- 用VC++操作Word文档的方法,其中包括一步步的制作步骤-VC++ using the method of operation of Word documents, which includes the production steps of a step by step
PWs
- 根据企业对人事管理的要求,本系统可以实现以下目标: 操作简单方便、界面简洁美观。 在查看员工信息时,可以对当前员工的家庭情况、培训情况进行添加、修改、删除的操作。 方便快捷的全方位数据查询。 按照指定的条件对员工进行统计。 可以将员工信息以表格的形式插入到Word文档中。 实现数据库的备份、还原及清空的操作。 由于该系统的使用对象较多,要有较好
Word
- Word文档操作,word文档的相关操作-Word
123
- 这是一个操作WORD文档的例子,输入内容后自动形成一个WORD-this is a progrem about WORD
wordpad
- 程序时用VC语言操作WORD文档的例子,可以作为工作的借鉴,一起来做出功能更强大的程序-Program with VC language examples of operator WORD document can serve as a work of reference, and make up a more powerful program
MyAddin
- 利用vc可以操作word,在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word 和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。下面
vcword2007
- C++word 文档操作 -C++ word document operation C++ word Document Actions
WordPanelSource
- 采用C#实现了对WORD文档的所有操作。具备读取WORD模板与加载数据插入WORD模板中功能,在报表打印功能中应用价值较大-Implemented using C# WORD document on all operations. Have read the WORD template and load the data into WORD template functions, report printing function in the larger value of
OperWord
- 这是一个完整的通过C#操作Word文档的例子-This is a complete Word document through C# operations of example
C#创建Word文档
- 使用了免费版的Spire.Doc组件 来使用C#操作Word文档 该组件的好处在于开发环境和部署环境均无需安装MS Word(The advantage of using a free version of the Spire.Doc component to operate the Word document using C# is that the development environment and deployment environment do not need to insta
WpfApp1(1)
- c#操作word文档,实现表格、文本和图片插入(C# word document, the table, insert text and pictures)