-
一款由vb开发的定时提醒的程序,压缩包中包含整个工程
一款由vb开发的定时提醒的程序,压缩包中包含整个工程-offered by the development of the procedures regularly reminded, compression package contains the whole works
- 2022-06-30 06:06:53下载
- 积分:1
-
对应<EVC高级编程及其应用开发>中在wince系统下远程访问sql数据库的一段代码,测试通过完整版(包括关键语句),有些例子的源码少了几句话,实际...
对应中在wince系统下远程访问sql数据库的一段代码,测试通过完整版(包括关键语句),有些例子的源码少了几句话,实际运行并不正常-Corresponding Wince system in sql database remote access code, testing through the full version (including key words), some examples of source code a few words short of the actual operation is not normal
- 2022-06-19 10:14:14下载
- 积分:1
-
windowsceprogramming上传代码的源代码的第一个版本,分解…
上传的代码是WindowsCEProgramming第一版的源代码,解压即可!-upload WindowsCEProgramming code is the first edition of the source code, Decompression can be!
- 2022-06-26 12:17:58下载
- 积分:1
-
WiiMultipointGrid_calibration.zip
wii蓝牙遥控器,实现多点操作
WiiMultipointGrid_calibration.zip
wii蓝牙遥控器,实现多点操作-WiiMultipointGrid_calibration.zipwii Bluetooth remote control, realize multi-point operation
- 2022-08-03 10:33:55下载
- 积分:1
-
解决问题(带时间窗的车辆路径问题)问题,”。
Solve VRPBTW (Vehicle routing problem with backhauls and time window) problem, written in C++.
- 2022-11-15 10:35:04下载
- 积分:1
-
更新彩票号码到文本的代码,vb6.0的环境。
更新彩票号码到文本的代码,vb6.0的环境。-Update lottery numbers into the text of the code, vb6.0 environment.
- 2022-05-31 17:07:10下载
- 积分:1
-
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出
用Djkstra算法找到最短路径,并用Turbo C环境的图形函数简单画出-Djkstra algorithm used to find the shortest path, and Turbo C environment to draw simple graphics function
- 2022-03-23 02:19:32下载
- 积分:1
-
mp3play.ocx V.1.5 / 03 / 03 / 1999
MP3PLAY.OCX V.1.5 / 03/03/1999
Software only decoder for MPEG Audio layer 3.
High compression audio files with high quality sound.
Please use index.htm for details.
This zip file contains 4 subdirectories.
Sample VB source in /VB
NEW: Functions -> - mem optimized
- mp3tag info
Dialog Medien GmbH
-MP3PLAY.OCX V.1.5/03/03/1999 Software only decoder for MPEG Audio layer 3. High compression audio files with high quality sound. Please use index.htm for details. This zip file contains 4 subdirectories. Sample VB source in /VB NEW: Functions-gt; - mem optimized - mp3tag info Dialog Medien GmbH
- 2022-02-03 09:23:36下载
- 积分:1
-
I/O reference beginners to practice procedures.
I/O初学者参考,练习程序。-I/O reference beginners to practice procedures.
- 2022-01-31 06:00:42下载
- 积分: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