-
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
-
微软的Visual C + +了VC5.0 VC++ 5.0 5.0安装磁盘
Microsoft Visual C++ 5.0 vc++ 5.0 vc5.0 安装盘-Microsoft Visual C++ 5.0 vc++ 5.0 vc5.0 installation disks
- 2022-03-01 15:16:48下载
- 积分:1
-
practical manual function MFC MFC MFC function practical manual function practic...
MFC 函数实用手册
MFC 函数实用手册-practical manual function MFC MFC MFC function practical manual function practical manual
- 2022-05-29 08:46:54下载
- 积分:1
-
不含积分环节的伺服系统,
对小车倒立摆的控制的matlab仿真程序...
不含积分环节的伺服系统,
对小车倒立摆的控制的matlab仿真程序-Non-integral part of the servo system, control of inverted pendulum car matlab simulation program
- 2023-05-30 21:40:03下载
- 积分:1
-
经典的坦克大战游戏,单人或双人同机操作,游戏画面精致,并提供地图编辑器,可以自定义地图替换map文件夹中的过关地图,是不可多得的娱乐和学习材料。开发工具:VC+...
经典的坦克大战游戏,单人或双人同机操作,游戏画面精致,并提供地图编辑器,可以自定义地图替换map文件夹中的过关地图,是不可多得的娱乐和学习材料。开发工具:VC++6.0 和 Directx ,地图编辑器是VB6。-classic casual games, single- or two-person operation with the machine, games exquisite picture, and provides a map editor, can customize maps replacement map folder clearance maps, is a rare entertainment and learning materials. Development tools : VC 6.0 and DirectX Map Editor is VB6.
- 2022-02-09 16:10:57下载
- 积分:1
-
此程序用于记录上次的开机的时间.VB编程,比较简单.
此程序用于记录上次的开机的时间.VB编程,比较简单.-procedure for the boot record of the last time. VB, relatively simple.
- 2022-03-07 09:11:09下载
- 积分:1
-
Space_Truss_System
空间桁架的静力分析,很好用的,任意三维空间桁架都可以用(analysis for space truss system)
- 2009-12-01 02:31:36下载
- 积分:1
-
Own procedures, on the time slice of rotation scheduling algorithm.
自己的小程序,关于时间片轮转调度算法的。-Own procedures, on the time slice of rotation scheduling algorithm.
- 2022-03-21 17:23:02下载
- 积分:1
-
ST-Microcontroller-32-Bit-STM32-PCB
ST Microcontroller 32-Bit STM32 PCB SCH(所有stm32 PCB protel 原理图和封装库) (ST Microcontroller 32-Bit STM32 PCB SCH)
- 2012-02-19 17:00:27下载
- 积分:1
-
MV distribution network
说明: 接线模式的合理选择将有利于提升中压配电网的综合优化水平。在研究苏州地区电缆网接线模式的供电可靠性和经济性的基础上,提出了 3 种兼顾供电可靠性和经济性的电缆接线模式的选取方法 。(Reasonable selection of wiring mode will be conducive to improving the comprehensive optimization level of medium voltage distribution network. On the basis of studying the reliability and economy of power supply of cable network connection mode in Suzhou area, three selection methods of cable connection mode considering both reliability and economy of power supply are put forward.)
- 2020-06-19 05:20:01下载
- 积分:1