-
vb编写的小程序用来作计算器,另外还可以调用系统时间显示时间用...
vb编写的小程序用来作计算器,另外还可以调用系统时间显示时间用-vb prepared by the procedures used for a small calculator, in addition to calling system can show that the time spent
- 2023-07-15 12:25:02下载
- 积分:1
-
让程序只运行一次
让程序只运行一次-procedures allow only one run
- 2022-07-14 19:44:11下载
- 积分:1
-
一个以视觉为基础的游戏开发的游戏,以供学生练习的最佳范例
A tic tak game developed in visual basic a best example for students to practise
- 2022-03-03 07:25:47下载
- 积分:1
-
计算布朗运动的小程序,很好用。this program is used to calculate brown motion...
计算布朗运动的小程序,很好用。this program is used to calculate brown motion-Calculation of Brownian motion of small procedures, a very good use. this program is used to calculate brown motion
- 2023-07-07 20:40:02下载
- 积分:1
-
GPRS测试服务器,该程序主要用于测试网络连接。
gprs测试服务器,该程序主要用于测试网络的链接。-gprs test server, the program is mainly used for testing the network link.
- 2023-05-07 13:30:03下载
- 积分:1
-
This is a use of laser capture camera images of objects, and then determine the...
这是一个使用摄像头采集激光照射物体的图像,然后判断检测出距离量的VB源代码。-This is a use of laser capture camera images of objects, and then determine the distance to detect the amount of VB source code.
- 2023-07-31 04:10:04下载
- 积分:1
-
屏保自动生成器
代码是自动生成屏保程序,并将其放入windows/system23中,然后在屏幕选项中配置一下,选中刚刚放入的可执行文件,即可在屏幕待机的时候观看屏保程序。该代码简单有效,且实现了图片渐入渐出的效果,界面良好,操作简单!!希望能对大家的使用提供更多的帮助!附件中包含了最后的成品可执行文件,以及所用到的源代码,只需要您进行一下组装即可,也是为了帮助您更好的理解该代码的执行过程及实现方法
- 2022-04-16 13:11:12下载
- 积分:1
-
Arm9 keyboard reader
can show out key code
Arm9 keyboard reader
can show out key code -Arm9 keyboard readercan show out key code
- 2023-08-19 10:30:04下载
- 积分:1
-
攀登网
水管工源码,包括图形以及AI部分源代码,供初学者使用!-Scrambled Net
- 2022-03-23 09:27:46下载
- 积分: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