-
安全中断窗口 (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
-
一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值...
一个简单的dos下记事本程序。初学者参考。简单易用。有学习价值-a simple dos procedures under the notebook. Beginners reference. Easy to use. Learning Value
- 2023-02-16 17:20:04下载
- 积分:1
-
windows下的网络开发工具包,希望对你有帮助
windows下的网络开发工具包,希望对你有帮助-windows network under development kit, and they hope to help you
- 2022-08-15 14:39:54下载
- 积分:1
-
这是一个用EXCEL表格内容是关于一些统计,调查等
这是一个用EXCEL表格内容是关于一些统计,调查等-Excel is about some statistics, surveys, etc.
- 2022-02-21 22:43:59下载
- 积分:1
-
数字图像处理的源码
数字图像处理的源码-digital image processing FOSS
- 2022-03-06 03:50:37下载
- 积分:1
-
windows CE driver matching Guide Book 1 CD
windows CE驱动指南一书的配套光盘。里面大概有20个源代码实例程序。-windows CE driver matching Guide Book 1 CD-ROM. There probably has 20 source code examples of procedures.
- 2023-01-17 18:15:04下载
- 积分:1
-
进一步实现绘图功能,多文档读取保存和视窗分割功能
进一步实现绘图功能,多文档读取保存和视窗分割功能-Further realization of graphics, multi-document reading function to preserve and Windows partition
- 2022-02-06 10:24:21下载
- 积分:1
-
a opening image file program. having some algorithms in common use.
一个打开图象文件的程序!里面有一些常用的算法!-a opening image file program. having some algorithms in common use.
- 2022-12-27 16:25:04下载
- 积分:1
-
游戏――俄罗斯方块的源代码
游戏――俄罗斯方块的源代码-games-- Tetris source code
- 2022-08-13 14:26:33下载
- 积分:1
-
PNG图像读写源码库
PNG图像读写源码库-PNG source for literacy
- 2022-02-07 11:42:31下载
- 积分:1