-
dephi中怎么利用ADO对Excel数据操作,并保存到Access数据库
dephi中怎么利用ADO对Excel数据操作,并保存到Access数据库-dephi in how to use ADO for Excel data manipulation, and saved to the Access database
- 2022-06-21 13:49:33下载
- 积分:1
-
delphi原代码,实现图象的特级处理功能,通过修改有关代码实现多种特级效果...
delphi原代码,实现图象的特级处理功能,通过修改有关代码实现多种特级效果-delphi source code, to achieve special image processing functions, by modifying the relevant code to achieve a variety of special effects
- 2022-12-27 14:05:03下载
- 积分:1
-
delphi实现的视频监控团建
用delphi做的一个视频监控程序。希望对有需要的人有所帮助。可以实时监控,浏览,播放视频。画中画模式,日期显示,通道选择
- 2023-05-25 23:10:03下载
- 积分:1
-
Delphi_424638
Delphi:Delphi环境下基于idtcpserver断开与连接客户端,当客户端主动与服务端断开时,idtcpserver事件Disconnect能够接到消息,当客户端主动与服务端连接时,idtcpserver事件Connect能够接到消息。但是存在问题:当服务端断开客户端连接数,IdTCPClient事件Disconnected接不到到消息,只有客户端主动与服务端断开时IdTCPClient事件Disconnected才接到消息,烦请高人们支招。
实例中还涉及到idtcpserver最大连接数在程序中如何控制的解决方法。
(Delphi: Delphi environment based idtcpserver disconnect the client when the client is disconnected from the server-side initiative, idtcpserver event Disconnect able to receive the message, when the client and server to connect initiative, idtcpserver Connect event messages can be received . But there is a problem: When the server is disconnected client connections, IdTCPClient event Disconnected not receive the message, only the client and server is disconnected when the initiative IdTCPClient event Disconnected before receiving the news, I beg you high people Weapon.
Example also involves solutions idtcpserver maximum number of connections in the program how to control.)
- 2014-07-02 23:38:52下载
- 积分:1
-
67120119
本人写的wap网站程序,希望给大家带来学习的好处,不错(I wrote the wap website program, hoping to bring you the benefits of learning, good)
- 2019-05-20 06:49:24下载
- 积分:1
-
mixagem aplication for delphi
mixagem aplication for delphi
- 2022-06-15 03:11:47下载
- 积分:1
-
非常漂亮的,酷酷的时钟源码,可以自定义修改
非常漂亮的,酷酷的时钟源码,可以自定义修改-Very beautiful, cool clock source, you can custom modify
- 2023-07-04 17:40:03下载
- 积分:1
-
Delphi添加图层蒙版
Delphi添加图层蒙版,运行本程序后,在屏幕上添加一层阴影,透明度大概在70%左右,可看作是在屏幕上方蒙了一层薄膜的感觉,代码简单:procedure TForm1.FormCreate(Sender: TObject);
var
bTrans: Byte;
OldStyle: Integer;
begin
form1.Color := clGradientActiveCaption;
WindowState := wsMaximized;
BorderStyle := bsNone;
FormStyle := fsStayOnTop;
OldStyle := GetWindowLong(Handle, GWL_EXSTYLE);
SetWindowLong(Handle, GWL_EXSTYLE, OldStyle or WS_EX_LAYERED Or WS_EX_TRANSPARENT);
bTrans := 128;
SetLayeredWindowAttributes(Handle, 0, bTrans, LWA_ALPHA);
end;
- 2022-02-06 10:25:25下载
- 积分:1
-
TMSUNICODE
TMS Unicode Component Pack(Delphi 6,7,2005 and C++Builder 6)
- 2014-05-23 18:58:50下载
- 积分:1
-
通过逻辑磁盘符号获取物理磁盘号
可以通过逻辑磁盘符号获取物理磁盘号;
测试通过环境:
delphi7+win7
在一个英文网站看到了这个代码,自己试了一下,还可以,就完善一下上传了,希望大家能用得上
- 2022-12-12 10:30:03下载
- 积分:1