-
C# 清空回收站的源码实例
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);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
Computer_Graphics_Principles_and_Practice
计算机图形学原理及实践:C语言描述(英文版.第2版)
pdf格式(Computer Graphics Principles and Practice 2nd Edition in C
pdf format)
- 2009-12-12 14:09:13下载
- 积分:1
-
Random Four-parameter Method
基于matlab软件,采用随机四参数法生长法构建不同类型的多孔介质模型(Production of Porous Media Model by Random Four-parameter Method)
- 2019-01-04 16:45:16下载
- 积分:1
-
局域波分解MATLAB代码,很全的,很好用
局域波分解MATLAB代码,很全的,很好用-Local Wave Decomposition of MATLAB code
- 2022-11-10 00:50:03下载
- 积分:1
-
经典编程900例(C语言),对于刚刚学习C语言实践…
经典编程900例(c语言),供刚刚学习C语言时练习用,从初级到高级-Programming 900 cases of classic (c language), for just learning C language practice available, from primary to senior
- 2022-03-25 13:30:29下载
- 积分:1
-
随着自动门ATmega8单片机直流电机控制
DC motor control with atmega8 for auto door
- 2023-03-02 01:05:04下载
- 积分:1
-
sr
说明: 随机共振SR 检测信号 绘制频谱,四阶龙格库塔算法两种数值求解方式(SR signal detection frequency 4-order)
- 2020-12-08 14:53:36下载
- 积分:1
-
热爱用源代码开发一系列的小程序 源代码
说明: 用于热爱用源代码开发一系列的小程序,开源代码来激发兴趣啊啊啊啊(For love to develop a series of small programs with source code, open source code to stimulate interest ah ah ah ah ah ah ah ah ah ah ah ah ah)
- 2020-06-24 06:20:02下载
- 积分:1
-
LabVIEW_VIs_code
labview 国外经典书籍,有部分代码和相关案例分析(labview foreign classic books, some of the code and related case studies)
- 2011-06-07 11:26:11下载
- 积分:1
-
Dynamics-AX-Integration-master
微软 Dynamic365 erp 集成案例;(Dynamic365erp integeration)
- 2019-01-15 11:36:45下载
- 积分:1