登录
首页 » 其他 » C# 清空回收站的源码实例

C# 清空回收站的源码实例

于 2022-12-15 发布 文件大小:12.88 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:   const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框   const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条   const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音   [DllImportAttribute("shell32.dll")]//声明API函数   private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);   private void button1_Click(object sender, EventArgs e)   {    //清空回收站    SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);   }

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

发表评论

0 个回复

  • 2023-06-20 11:00:02下载
    积分:1
  • for many computer enthusiasts, not often can be installed with a computer, throu...
    对许多电脑爱好者来说,并不是常常有计算机可以安装,其实通过日常的一些维护,你也可以学到许多DIY知识。我们在这里介绍一下,常用的一些简单的维护办法,希望能引起大家注意,制定出自己的电脑维护方案。-for many computer enthusiasts, not often can be installed with a computer, through some routine maintenance, you can learn a lot of DIY knowledge. We are here to tell us, usually some simple maintenance of way that can arouse the attention of Members to develop its own computer maintenance program.
    2023-07-07 11:10:03下载
    积分:1
  • 一个值得参考的VFP高考管理系统
    一个值得参考的VFP高考管理系统-a worthy reference VFP College Entrance Examination Management System
    2022-03-10 04:51:44下载
    积分:1
  • Including Ucosii all the source code, hope that those who need to download
    包括Ucosii的所有源码,希望有需要的人下载 -Including Ucosii all the source code, hope that those who need to download
    2022-06-20 08:59:41下载
    积分:1
  • C#调用类库实例
    C#调用类库实例,源码目录中有两个文件夹,CDemoLib文件夹内是DLL调用实例,CDemoTest目录中是DLL源代码,程序较简单,仅供参考,源代码可以vs2008下顺利编译。
    2022-03-22 22:36:04下载
    积分:1
  • C#Web server程序原码
    C#Web server程序原码-C# Web server processes the original code
    2022-05-16 07:30:34下载
    积分:1
  • Extraction IE temporary files folder in the DOS command for U.S. Study
    提取IE临时文件夹里的文件 DOS命令 供大家学习-Extraction IE temporary files folder in the DOS command for U.S. Study
    2023-01-30 09:40:03下载
    积分:1
  • sdram controller code
    sdram controller code
    2022-01-23 11:10:04下载
    积分:1
  • AIC准则用于信源数估计 matlab源程序
    AIC准则用于信源数估计 matlab源程序-criteria for the AIC source estimates Matlab source
    2022-03-04 03:15:32下载
    积分:1
  • VC++摄像头控制-云台视频监控系统源代码
    VC++云台摄像头监控系统,可以选择摄像头线路,可控制某一线路上的某一台摄像机上、下、左、右探视,镜头拉伸等操作,也可以自动巡视、自行设置控制码和控制端口等功能。使用注意:请将winio.dll、winio.vxd和winio.sys三文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。
    2022-03-01 09:38:33下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载