-
RzPageControl窗口融合
1.窗口融合修正版
2.无错版
3.使用RzPageControl控件
4.Delphi7编译(1. window fusion revision 2. error free edition 3. use RzPageControl controls)
- 2021-03-10 02:49:27下载
- 积分:1
-
aplayer播放器
利用apkayer做的简单而有效的播放器
delphi xe10
delphi xe2
delphi 2010
- 2022-05-16 17:35:59下载
- 积分:1
-
LsFileExplorer28
LsFileExplorer28.pas(ver 2.80)包含三个部分: (1)TLsDirTree21:简单但功能完全的目录树视图控件(包含基本文件列表视图).它支持在目录中创建、删除和重命名操作. (2)TLsDirTreeCombo28:树视图专用的ComboBox. (3)TLsFileListView28:具有快捷菜单的文件列表视图控件封装了如打开、查看、剪切、复制、粘贴、删除、发送到、重命名等文件管理操作. (LsFileExplorer28.pas (ver 2.80) contains three parts : (a) TLsDirTree21 : simple but complete directory tree view control (containing basic documents list view). Its support for the directory to create, delete and rename operation. (2) TLsDirTreeCombo28 : tree View for the ComboBox. (3) TLsFileListView28 : quick with the paper menu ClistCtrl Packaging, a case is opened, View, cut, copy, paste, delete, send to rename such as document management operations.)
- 2005-04-05 23:55:43下载
- 积分:1
-
there are some original code, many of them are some of the numerical algorithm,...
里面都是一些原代码,很多都是一些数值计算的算法,对大家有很多帮助啊,很好请大家咄咄指教-there are some original code, many of them are some of the numerical algorithm, we have a lot of help ah, very good aggressiveness Please enlighten
- 2022-09-09 02:35:03下载
- 积分:1
-
cmd101
delphi 取刀剑英雄游戏命令行程序,可以取得游戏所在大区和服务器名称(delphi command line to take the sword heroes of the game program, you can get the game where the largest area and the server name)
- 2016-04-24 17:17:01下载
- 积分:1
-
Delphi 监控剪贴板的文字内容
Delphi 监控剪贴板的文字内容,这个监控程序可以监控复制到剪切板的文字信息,图片暂时不能监控到,具体的监控实现如下:
NextformHwnd:HWND;//观察链中下一个窗口句柄
procedure WMDrawClipBoard(var AMessage:TMessage);message WM_DRAWCLIPBOARD;
//处理WM_DRAWCLIPBOARD消息过程
{ Public declarations }
//将WM_DRAWCLIPBOARD消息传递到下一个观察链中的窗口
SendMessage(NextformHwnd,AMessage.Msg,AMessage.WParam,AMessage.LParam);
//查询剪贴板中特定格式的数据内容
if (Clipboard.HasFormat(CF_TEXT) or Clipboard.HasFormat(CF_OEMTEXT)) then
begin
//处理剪贴板中内容
memo1.Lines.Clear;
memo1.Lines.Add(Clipboard.asText);
end;
- 2022-01-22 10:48:45下载
- 积分:1
-
TestTimeApplication
用delphi写的时间测试小程序,供初学者参考(used the time to write a small test procedures for beginners reference)
- 2006-07-24 14:34:52下载
- 积分:1
-
Bmp2Jpg
Simple console application to convert BMP to JPG from Dr.Bob
- 2012-05-08 22:50:29下载
- 积分:1
-
盛大网关2005 源代码 pascal delphi7 编译
盛大网关2005 源代码 pascal delphi7 编译 盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译盛大网关2005 源代码 pascal delphi7 编译
- 2022-03-21 02:31:25下载
- 积分:1
-
应对屏幕分辨率的实例
在工作的时候 为了适用于客户不同的屏幕分辨率的适应程度,特写了这一段代码,希望能给大家带来一点点启发
- 2022-02-24 13:48:57下载
- 积分:1