-
多线程多线程演示系统的研究
多线程演示,用于研究Dephi系统多线程-multithreading demonstration system for the study multithreaded Delphi
- 2022-04-22 14:01:47下载
- 积分:1
-
根据一个窗口句柄得到运行程序名的两个函数实现
根据一个窗口句柄得到运行程序名的两个函数实现-The implementions of two functions to get the name of the running application using an window s handle
- 2023-05-30 18:10:03下载
- 积分:1
-
A very simple clear clipboard application by MFC
This application is very simple,it only can clear your clipboard.
- 2022-03-13 13:36:58下载
- 积分:1
-
利用c编写的最小生成树算法
利用c编写的最小生成树算法-prepared using the minimum spanning tree algorithm
- 2022-03-18 10:58:51下载
- 积分:1
-
很好,山东快书对话框很好的丹佛快乐分 了数量可能地赛后ij龙卷风让开咯暮四朝三敬爱对方...
很好,山东快书对话框很好的丹佛快乐分 了数量可能地赛后ij龙卷风让开咯暮四朝三敬爱对方-Great
- 2022-12-10 11:30:03下载
- 积分:1
-
VBasic development of the bookstore management system, without passwords need to...
VBasic开发的书店管理系统,无密码,需要安装VBasic6.0才能运行。-VBasic development of the bookstore management system, without passwords need to install VBasic6.0 to run.
- 2023-06-11 01:00:04下载
- 积分:1
-
6000元的视频聊天软件
6000元的视频聊天软件 -dsssssssssssssssssssssssssssssssssssss
- 2023-08-10 18:35:04下载
- 积分:1
-
List控件排序
通过点击list标题栏,对list控件内容按照单击列进行排序,数字文本均可
- 2022-10-24 16:10:04下载
- 积分:1
-
可随意更改文件修改日期
可随意更改文件修改日期-can change the modified-date of the file
- 2023-01-18 18:10:03下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1