登录
首页 » Windows开发 » 文件和目录选择器控件

文件和目录选择器控件

于 2023-06-09 发布 文件大小:28.03 kB
0 1094
下载积分: 2 下载次数: 1

代码说明:

File and Directory Picker Control

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个很好的小游戏
    一个很好的小游戏-a good little game!
    2023-02-21 15:25:03下载
    积分: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
  • Source code can be compiled as part of the Stone Age
    能编译的石器时代一部分源码Source code can be compiled as part of the Stone Age-Source code can be compiled as part of the Stone Age
    2022-07-22 12:18:40下载
    积分:1
  • The original library(MFCXLib) s name has been changed to CJ60Lib, which can dist...
    原来的库(MFCXLib)已经更名为CJ60Lib,这是为了与那些使用旧库的程序区别开来。本库与旧的库具有同样的功能,但是,针对Visual C++ 6.0作了几个扩展-The original library(MFCXLib) s name has been changed to CJ60Lib, which can distinguish the programs using old library. The library has the same functions as the old one. But some extention has been added aimed at Visual C++6.0.
    2022-02-02 17:05:52下载
    积分:1
  • MFC 24. Game, but with a voice, support SAPI4, need to install the Speech4 Chine...
    MFC的24.游戏,但带语音,支持SAPI4,需要先安装Speech4的中文语音引擎-MFC 24. Game, but with a voice, support SAPI4, need to install the Speech4 Chinese Speech Engine
    2022-01-22 03:09:11下载
    积分:1
  • 生成随机数的函数,可以指定随机数的大小和数量
    生成随机数的函数,可以指定随机数的大小和数量-Random number generation function, you can specify the random number of size and number of
    2022-06-03 00:22:45下载
    积分:1
  • vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦
    vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦-vc++. net drawing preparation procedures, the use of coordinates to show every second investigation showed that one
    2022-06-18 00:06:58下载
    积分:1
  • 结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连...
    结合"61板"的三个按键完成带有语音播报功能的电子钟: // 1、KEY1--按一下播放年、月、日,再按一下播放时、分 (I/O口A0) // 连续按3s,则进入调整状态 调整状态下调整内容的切换 // 2、KEY2--年、月、日、时、分的增加(I/O口A1) // 3、KEY3--年、月、日、时、分的减少(I/O口A2)-combination "61 boards" to complete th ree key functions with voice broadcast electronic bell :// 1, KEY1-- by about players, month, day and broadcast press once,- (I/O A0)// by consecutive 3s, then a state of adjustment adjustment adjustment under the content switching// 2. KEY2-- the year, month, day and hour of the increase in hours (I/O A1)// 3, KEY3--, on that day, when the reduced hours (I/O A2)
    2023-03-07 12:35:04下载
    积分:1
  • 数据算法演示程序,是初学者很好的学习工具
    C数据算法演示程序,是初学者的很好学习工具-C data algorithm demo program is a good learning tool for beginners
    2022-01-26 00:55:53下载
    积分:1
  • 测试打印机(epson全系列,功能齐全)
    测试打印机(epson全系列,功能齐全)-test Epson printer
    2022-01-27 20:23:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载