-
Windows CE开发指南!吐血推荐!英文原版!Windows CE开发工程师的必备资料!...
Windows CE开发指南!吐血推荐!英文原版!Windows CE开发工程师的必备资料!-Guide to the development of Windows CE! Suggest to vomit blood! English original! Windows CE development engineers the necessary information!
- 2022-11-17 08:50:04下载
- 积分:1
-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
介绍各种WinAPI系统调用的使用例子,包括驱动器、内存、CUP、文件、操作系统等许多信息...
介绍各种WinAPI系统调用的使用例子,包括驱动器、内存、CUP、文件、操作系统等许多信息-presentation WinAPI system calls using examples, including drives, memory, CUP, documents, information and other operating systems
- 2022-04-29 20:31:16下载
- 积分:1
-
这是一个用c++写的一个加法,减法,乘法,除法!一体的程序!有些地方还有些不足!清见量! 孤独々浪献上!...
这是一个用c++写的一个加法,减法,乘法,除法!一体的程序!有些地方还有些不足!清见量! 孤独々浪献上!-This a use of a write c addition, subtraction, multiplication, division! The integration process! Some places also have some inadequacies! Volume- see! Other partners waves of loneliness!
- 2022-07-10 17:47:21下载
- 积分:1
-
汇编语言程序设计
汇编语言程序设计 汇编语言程序设计54-assembly language program design
- 2022-03-17 18:55:41下载
- 积分:1
-
Delphi establishment and use of a Cookie
Delphi下建立和使用Cookie-Delphi establishment and use of a Cookie
- 2023-03-04 02:20:03下载
- 积分:1
-
POS的PHP程序用于中小型
POS php program this used for small to medium- sized companies
- 2022-04-20 19:44:50下载
- 积分:1
-
Util for parsing EMF file. Made by Rishkovskiy Nikita.
Util for parsing EMF file. Made by Rishkovskiy Nikita.
- 2022-10-27 14:55:03下载
- 积分:1
-
一个用Flash搞出来的界面,挺不错的,供大家参考下
一个用Flash搞出来的界面,挺不错的,供大家参考下-Out by engaging in a Flash interface
- 2023-08-28 17:20:04下载
- 积分:1
-
mfc 最好画图工具
使用mfc基于vc6开发的画图工具,便于初学者学习画图用。
- 2022-03-20 23:02:36下载
- 积分:1