-
Xp风格的combox控件,支持多例显示数据,功能很好,而且做的十分漂亮,值得研究。...
Xp风格的combox控件,支持多例显示数据,功能很好,而且做的十分漂亮,值得研究。-Xp style Combox controls support multiple cases display the data, function well, but so very beautiful and worthy of research.
- 2023-04-19 03:10:04下载
- 积分:1
-
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等...
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等-Downloaded from the web sites of foreign-made computer with LCD can display information such as CPU usage, memory, support Wamap, Mp3 player information indicating that they are able to load plug-ins, programming, etc.
- 2022-06-16 20:34:12下载
- 积分:1
-
gfg
小票打印机驱动程序,适合[Version]Signature="$Windows NT$"Provider=%AUTHOR%LayoutFile=ntprint.infClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}Class=PrinterDriverVer=3/22/2011;; Manufacturer section;[Manufacturer]"POS58"=Generic, NTx86, NTamd64, NTia64;; Model sections. ; ; Each section here corresponds with an entry listed in the; [Manufacturer] section, above. The models will be displayed in the order; that they appear in the INF file.;[Generic]"POS58" = POS58Drv.GPD[Generic.NTx86]"POS58" = POS58Drv.GPD[Generic.NTamd64]"POS58" = POS58Drv.GPD[Generic.NTia64]"POS58" &n
- 2022-03-01 06:55:37下载
- 积分:1
-
个人播放器(支持微软的所有视频文件格式)
原程序代码
全代码,用MCI 编写...
个人播放器(支持微软的所有视频文件格式)
原程序代码
全代码,用MCI 编写-individual players (Microsoft"s support for all video file format) original program code-code, prepared with MCI
- 2022-01-25 18:05:20下载
- 积分: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
-
网络Socket传输, 视频建控的源代码...
网络Socket传输, 视频建控的源代码-Socket network transmission, video construction of the source code control
- 2022-09-17 14:20:04下载
- 积分:1
-
This is a source code written in Visual Basic to Eject/ Inject the CD ROM tray!
This is a source code written in Visual Basic to Eject/ Inject the CD ROM tray!
- 2022-02-15 20:03:43下载
- 积分:1
-
windows ce applications to perform operations on win ce device.
windows ce applications to perform operations on win ce device.
- 2022-05-20 04:29:20下载
- 积分:1
-
vb做的仓库管理系统
vb做的仓库管理系统 -the warehouse management system
- 2022-02-16 01:12:42下载
- 积分:1
-
SMM PS2键盘嗅探器
SMM PS2 Keyboard sniffer
- 2022-04-18 21:36:31下载
- 积分:1