-
软输入板控制
控制软输入面板-所带源代码,是很好的示例.-Control of Soft Input Panel-
- 2022-02-07 22:50:31下载
- 积分:1
-
一个用C语言编写的代码,功能是在DOS下调用鼠标,并进行图图。...
一个用C语言编写的代码,功能是在DOS下调用鼠标,并进行图图。-A language with C code, function call in the mouse under DOS, and Tutu.
- 2022-03-12 22:39:59下载
- 积分:1
-
为VB的richtext控件增加打印预缆功能的VB源代码.
为VB的richtext控件增加打印预缆功能的VB源代码.-Richtext for VB controls to increase the print function of pre-cable VB source code.
- 2023-07-07 05:35:03下载
- 积分:1
-
多维数据库处理控件DYNACUBE
多维数据库处理控件DYNACUBE-multidimensional database handling controls DYNACUBE
- 2022-07-22 01:40:25下载
- 积分:1
-
树形控件项目
treelist control project
- 2022-11-11 04:10:03下载
- 积分:1
-
实现两个进程之间通信
实现两个进程之间通信-achieve communication between the two processes
- 2022-01-25 15:23:30下载
- 积分: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
-
One can write your own bitmap rectangle superimposed on the characters and the p...
自己写的一个能够在位图上叠加字符和矩形框的程序,本人初学者,希望对大家有帮助-One can write your own bitmap rectangle superimposed on the characters and the procedures, I beginners, want to help everyone
- 2022-03-20 22:49:00下载
- 积分:1
-
mfc源代码,有两个例子,分别为hellowindou和messagemap,望大家指教...
mfc源代码,有两个例子,分别为hellowindou和messagemap,望大家指教-mfc source code, there are two examples, respectively hellowindou and messagemap, hope you enlighten
- 2022-05-10 15:27:46下载
- 积分:1
-
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类...
压缩包内有6个源程序包,文件名已注明开发环境,麻烦管理员分类-There are six souce code package ,and the file name contain it s programing entironment.
I hope that administrator can help me classify it.thank you very much.
- 2023-07-06 09:30:04下载
- 积分:1