Welcome![Sign In][Sign Up]
Location:
Search - word automation

Search list

[Otherdictionary_automation_demo

Description: Creating a Dictionary using Word Automation and Text-to-Speech Control-Creating a Dictionary using Word Automati on and Text-to-Speech Control
Platform: | Size: 7077 | Author: 周惠 | Hits:

[Delphi VCLDelphi操作Word文档

Description: 此代码可以实现以下功能 使用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-this code can be achieved using the following functions wordappalication components, the following code at the start Word with the following code : begin try Wordapplication.Connect except MessageDlg ( 'Word may not be installed', mtError, [mbOk], 0) Abort end Wordapplication.Visible : = True WordApplication.Caption : = 'Delphi automation' end
Platform: | Size: 156780 | Author: 李锋 | Hits:

[Database system新建 Microsoft Word 文档

Description: 摘要  ?  ?      设计时的自动化加快了编码,并保证所有过程都用相同的命名规范和结构来生成。为了在大型 SQL 项目中尽量提高编码的效率,作者编写了一系列的设计时(design-time)存储过程,用它们来生成运行时(run-time)存储过程,并一直在工程中使用。最近,作者更新了其存储过程以便使用 SQL Server 2000 的特性,其中包括用户定义函数。本文所及内容涵盖创建并执行这些动态 T-SQL 脚本以使普通的数据库存储过程编码自动化。- Time the abstract design automation sped up the code, and guarantee all processes all use the same naming standard and the structure produce. In order to enhances the encoded efficiency as far as possible in the large-scale SQL project, the author has compiled when a series of designs (design-time) saves the process, produces when the movement with them (run-time) saves the process, and always uses in the project. Recently, the author renewed its memory process in order to use SQL the Server 2,000 characteristics, including user definition function. This article institute and the content cover founds and carries out these dynamic T-SQL script to cause the ordinary database memory process code automation.
Platform: | Size: 14336 | Author: 王洋 | Hits:

[Delphi VCLDelphi操作Word文档

Description: 此代码可以实现以下功能 使用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-this code can be achieved using the following functions wordappalication components, the following code at the start Word with the following code : begin try Wordapplication.Connect except MessageDlg ( 'Word may not be installed', mtError, [mbOk], 0) Abort end Wordapplication.Visible : = True WordApplication.Caption : = 'Delphi automation' end
Platform: | Size: 156672 | Author: 李锋 | Hits:

[Windows Developc++buildercom编程

Description: 一个基于COM对象的服务器和客户机程序运行ComClient.exe前,一定要注ComSever.dll,否则会出错。利用OLE自动化编程的实用程序 运行SendTextToWord.exe前,你的计算机中一定要安装Word97字处理软件,否则会出错。编制一个图像浏览器的ActiveX控件将生成的文ImageViewProj1.cab、ImageViewProj1.inf和ImageViewProj1.htm拷贝到C:\Inetpub\wwwroot目录下,若要在网上浏览,必须启动个人Web管理器。-a COM object on the server and client operating procedures ComClient.exe ago, it must inject ComSever.dll, otherwise they will be wrong. Using OLE Automation Programming utility operations SendTextToWord.exe ago, your computer must install Word97 word processing software, or else be wrong. Preparation of an image browser's ActiveX controls will create the text ImageViewProj1.cab, ImageViewProj1.inf ImageViewProj1.htm and copied to C : \ Inetpub \ wwwroot directory, in order to browse the Internet, we must start personal Web manager.
Platform: | Size: 1217536 | Author: 冉杰 | Hits:

[Otherfillwordtable

Description: 在实际应用中,编程者往往喜欢程序能自动生成word说明文档,说明程序运行的状况或运行的结果;或者程序能提取数据库的内容生成word表格,使用户能方便的查看和修改,打印。但是VC++中调用word的确不容易,特别是对word中各种函数的使用,本文以作者的工作经验详细介绍一下如何调用word和进行word表格的填写,有同样需求的编友也可查看一下MSDN中的Automation Microsoft Office 97 and Microsoft office 2000。-in practical application, programming procedures are often like word can be automatically generated documentation, a description of the proceedings or the status of running the operation; Or procedure can extract the contents of the database generated word form so that the users can easily view and modify, print. But VC Calling word is not easy, especially for word the various function, the author of the paper work experience tell us in detail how to call word for word and fill in the forms, with the same demand for the series Friends can also check MSDN Automation of Microsoft Office 97 and Microsoft Office 2000 .
Platform: | Size: 50176 | Author: hwz | Hits:

[ActiveX/DCOM/ATLWordAutomation

Description: VC++中调用word的二次开发接口进行word表格的填写。这样就不用自己实现表格而直接利用word的功能。 -VC Calling word in the secondary development interface for word to fill in the forms. This achievement would not have to form its own direct use of the word functional.
Platform: | Size: 106496 | Author: 许式伟 | Hits:

[VC/MFCVC中通过自动化客户端操作Word2000

Description: 我们在编写程序,开发软件的过程中如果能利用已有的程序的功能,那么可以大大减轻开发过程中程序员的工作量,同时达到事半功倍的效果。例如在工程中,许多软件需要文字处理功能,虽然MFC提供了一些方法,但是具体实现起来既费事,又有一定的困难,如果我们可以直接使用OFFICE提供的功能,岂不美哉!要实现这一目的,只需要利用微软的ActiveX Automation技术就可以轻松实现。本例主要讲述了自动化的概念,并通过一个操作Word文档的程序来帮助读者朋友理解Visual C++编程中如何实现自动化。 -in programming, software development process if we can make use of existing procedures for the function, Well, we can greatly reduce the process of developing the work of the programmer, to be effective and efficient. For example, in engineering, and many need word processing software function, although with some MFC, But both together to realize the demanding, but also the difficulties, If we can provide direct access OFFICE functions, but it is really true! To achieve this purpose, only need to use Microsoft's ActiveX Automation technology can be easily achieved. The cases mainly on the concept of automation, operating through a Word document procedures to help readers understand Visual C Programming realize how verbization.
Platform: | Size: 15360 | Author: 李树永 | Hits:

[Documentswordspy_src

Description: 现在的木马后门种类非常之多,其中有些木马专门以Office 文档为窃取目标,我最近做了一些Anti这些木马的工作,在工作中我基本上实现了阻止未知程序利用Office自动化接口窃取Word内容,但限于公司利益我只能写一些基本上已经比较成熟和公开的技术,当然其中了包含我的设计思想,我想多多少少会让你有所收获,你可任意转载文章,但请注明作者和出处,谢谢!-the backdoor Trojan so many types, Some Trojan specifically to steal Office documents, I have recently done some of these Trojan Anti work, at work I basically realized unknown procedures to prevent the use of Office Automation Interface theft Word, but limited to the interests of the company I can basically write some more mature and open technology, of course, which includes the design, I thought, I want to give you something to gain something, you can freely reproduced articles, but please indicate the source and author, thank you!
Platform: | Size: 16384 | Author: hello | Hits:

[ActiveX/DCOM/ATLWordAutoProject

Description: 这时从微软发布的文档中学来的程序。用MFC的自动化功能向word添加工具条,用来运行VBA宏,希望对用VC操纵office的学习有些帮助。-when Microsoft released from the secondary to the documentation procedures. MFC with the automation tools to add the word, used to run VBA macros, VC hope to use the study manipulated office some help.
Platform: | Size: 304128 | Author: 刘德小花 | Hits:

[File OperateWord

Description: Word操作,自动将内容写入.doc模版文件中,可以用来实现办公自动化,和无纸打印-Word operation, write the content automatically. Doc document templates can be used to realize office automation, and non-paper printing
Platform: | Size: 80896 | Author: 田鼠爱布它 | Hits:

[CSharpExcelandWord

Description: 在c#环境中使用Excel,调用Excel的工作本中的数据;word自动化服务齐实例-C# environment in the use of Excel, to call the Excel data in the job word automation examples Qi Service
Platform: | Size: 22528 | Author: 郭伟华 | Hits:

[File OperateReport

Description: vba程序,word自动化程序,vc操作msword,vc操作msword-vba procedures, word automation procedures, vc operation msword, vc operation msword
Platform: | Size: 300032 | Author: mmmmm | Hits:

[.netWordApplication_WEB

Description: 网站实现例子,word自动化实现。 是一个老外的网站上的,可以参考一下他地实现。-Examples of sites to achieve, word automation to achieve
Platform: | Size: 258048 | Author: maxwell | Hits:

[Otherdictionary_automation_src

Description: Whenever I wanted to know the meaning of a word, I used to open-up a Word document and search for synonyms. So, I thought it would be nice to invoke only the Thesaurus, without opening a Word-document. And it would be even nicer to make my computer pronounce the word. Automation was the answer to the first problem and the Microsoft Text to Speech Control solves the second one. Office Automation from VC is one of the least documented topics, I think. But we get plenty of docs for VBA. Let s see how I did it. I will show you a step-by-step approach.
Platform: | Size: 40960 | Author: mxw | Hits:

[Windows Develop41a4e1d391b5

Description: VC++使用OLE方式,操作WORD文档,可实现word自动化-VC++ using OLE mode, operating WORD documents, word automation can be realized. . .
Platform: | Size: 291840 | Author: JasonLeo | Hits:

[Printing programVB-called-Word-OLE

Description: VB中调用Word提供的OLE自动化服务,利用Word强大的打印功能来完成Visual Basic打印!-VB called Word OLE Automation services provided, powerful printing using Word to complete the Visual Basic Print!
Platform: | Size: 2048 | Author: 彭墨 | Hits:

[CSharpLessons-learned-from-Word-2007-automation-with-c.

Description: Word Automation in c#
Platform: | Size: 14336 | Author: Ananth | Hits:

[Software EngineeringWord-VB

Description: Word VB 参考,可以支持vb控制word自动化的官方文档,非常不错,值得新手学习。-Word VB reference that can support vb control word automation official documentation, very good and worth the novice to learn.
Platform: | Size: 2352128 | Author: 李小璐 | Hits:

[Windows DevelopWordAutomation

Description: this is word automation sample by using bookmarks to insert text, images and so on.
Platform: | Size: 169984 | Author: June8284 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net