-
dlldiaoyong
一个简单的dll编写和dll调用,实用方便,给初学者看看!( )
- 2013-10-18 11:17:54下载
- 积分:1
-
used language tacticians implicit enumeration method for the planning process 0
用delphi语言实现运筹学隐含枚举法求0-1规划程序-used language tacticians implicit enumeration method for the planning process 0-1
- 2023-08-30 22:05:03下载
- 积分:1
-
KillProcessEx
用系统底层API,用多种方法结束进程,一般没有被驱动保护的应用程序都能被强制结束掉,代码仅供参考,如有问题,请发邮件给我。(With the system, the underlying API, using a variety of ways the end of the process, generally has not been driven to protect the application can be forced off the end of the code for reference only, any questions, please email to me.)
- 2010-03-02 16:58:44下载
- 积分:1
-
txtjpg
一个delphi小程序将txt文件转jpg格式(A Delphi applet to the txt file to JPG format)
- 2015-08-31 22:46:28下载
- 积分:1
-
working with popup menus
working with popup menus
- 2022-01-24 13:41:06下载
- 积分:1
-
flexcel
excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
Delphi 键盘钩子 封锁 windows 热键
Delphi 键盘钩子 封锁 windows 热键,封锁范围,可参见以下代码:
keycost := LPKBDLLHOOKSTRUCT(lParam);
if (keycost.vkCode=91) then//封锁win键
exit;
if (keycost.vkCode=VK_ESCAPE) and (GetAsyncKeyState(VK_CONTROL)0) then
exit; //封锁 ALT+TAB
if (keycost.vkCode=115) and ((keycost.flags and LLKHF_ALTDOWN)>0) then
exit; //封锁 ALT+F4
if (keycost.vkCode=VK_ESCAPE) and ((keycost.flags and LLKHF_ALTDOWN)>0) then
exit; //封锁 ALT+ESC
if (keycost.vkCode=VK_SPACE) and (GetAsyncKeyState(VK_CONTROL)
- 2023-03-30 06:05:03下载
- 积分:1
-
本系统用于定时关机
本系统用于定时关机-timing for the system shutdown
- 2022-05-16 11:56:01下载
- 积分:1
-
Delphi Collections provides functionality that is typically provided by standard...
Delphi Collections provides functionality that is typically provided by standard collection libraries of languages such as C++, Java and Smalltalk but strangely missing from Delphi.
- 2023-08-25 13:05:04下载
- 积分:1
-
屏幕捕捉软件,可以捕捉视频摄像头做的我的信…
视屏采集软件,可以捕做摄像头的视屏信i息,可以进行视频开发-Screen Capture Software, you can catch the video camera to do the letter i in interest rates, can be developed for video
- 2022-08-19 04:51:35下载
- 积分:1