-
HTTPServer
一个简单的httpServer源码,d7环境下开发,使用idhttpserver组件,抛砖引玉吧。(A simple httpServer source d7 development environment, use idhttpserver components initiate it.)
- 2012-12-13 10:33:03下载
- 积分:1
-
OCX 注册
对某个文件夹下的所有dll。ocx文件进行注册
OCX 注册
对某个文件夹下的所有dll。ocx文件进行注册
-Register OCX on a folder all dll. register ocx files
- 2022-06-27 06:10:36下载
- 积分:1
-
多线程模拟电梯仿真程序
【实例简介】
- 2021-06-19 00:31:26下载
- 积分:1
-
葵花宝典是DELPHI开发必备的工具,里面记录了一些非常有用的编程方法和技巧,对大家很有用。...
葵花宝典是DELPHI开发必备的工具,里面记录了一些非常有用的编程方法和技巧,对大家很有用。-sunflower Delphi is an essential tool for development, they recorded some very useful programming methods and techniques useful to everyone.
- 2022-08-17 02:23:30下载
- 积分:1
-
一个异常处理的类
一个异常处理的类-an unusual type of
- 2022-02-13 17:34:40下载
- 积分:1
-
Ehlib自动编号及自适应列宽演示
Ehlib自动编号及自适应列宽演示...
Ehlib自动编号及自适应列宽演示
Ehlib自动编号及自适应列宽演示-Ehlib automatic column width number and adaptive presentation and adaptive Ehlib automatic column width No. demonstration
- 2022-04-11 20:42:54下载
- 积分:1
-
Delphi 渐变的RGB空心色环绘制源码演示
Delphi渐变圆形的实现方法,RGB色环空心绘制演示源码:
oBmp := TBitmap.Create; //为了代码整齐就不写try了
oBmp.PixelFormat := ABitmap.PixelFormat;
oBmp.Width := ABitmap.Width;
oBmp.Height := ABitmap.Height;
BitBlt(oBmp.Canvas.Handle, 0, 0, oBmp.Width, oBmp.Height, ABitmap.Canvas.Handle, 80, 80, SRCCOPY); //要拷贝的位图
oRgn := CreateEllipticRgn(0, 0, 100, 100); //创建圆形区域
SelectClipRgn(ABitmap.Canvas.Handle, oRgn); //选择剪切区域
ABitmap.Canvas.Draw(0, 0, oBmp); //位图位于区域内的部分加载
- 2022-03-21 13:09:53下载
- 积分:1
-
BTRAScan
说明: BTRA automatic gearbox read
- 2020-06-16 23:40:02下载
- 积分: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
-
DELPHI 的简繁体转换控件,非常经典,帮你轻松实现的你的程序的简繁体转换...
DELPHI 的简繁体转换控件,非常经典,帮你轻松实现的你的程序的简繁体转换-DELPHI controls the conversion of the simplified and traditional, very classic, easily help you realize your procedures simplified and traditional conversion
- 2022-03-04 12:46:15下载
- 积分:1