-
networkduqu
通过对原来Gametest的修改,可以提取抓取的数据包中字段的读取,如Host主机名称,同时通过命令可以读取registered注册表中的网卡地址(Through changes to the original Gametest, packet capture can be extracted in the field of reading, such as Host host name, while the command can be read by the network adapter address registered in the registry)
- 2011-12-15 22:47:23下载
- 积分:1
-
setup-source
一个用delphi写的安装程序.
涉及到的知识:
1.注册表的使用
2.资源文件的制作,使用
3.多线程中api播放wav
4.快捷方式 (A delphi written with the installation process. Relates to knowledge: 1. The use of the registry 2. Resource documentation, the use of 3. Multithreading in api player wav 4. Shortcuts)
- 2008-03-30 15:44:24下载
- 积分:1
-
3D
delphi 实现d3d三角型,d3d最小系统的实现
- 2013-11-26 11:05:50下载
- 积分:1
-
qzjs
说明: 权证价格计算器
快速计算权证价值,帮助股友快速做出决策的辅助工具(Warrants Warrants Price Calculator quickly calculate the value of shares of the Friends to help aid in rapid decision making)
- 2010-03-31 10:19:06下载
- 积分:1
-
VIP-delphi2
黑客vip delphi编程班全集下载地址
非常好的编程班视频学习资源(China delphi programming classes. Zip Download Complete Works very good programming class video learning resources)
- 2013-11-21 23:43:30下载
- 积分:1
-
delphi--111
delphi住宿餐饮管理系统开发实例导航
delphi住宿餐饮管理系统开发实例导航
delphi住宿餐饮管理系统开发实例导航
delphi住宿餐饮管理系统开发实例导航
delphi住宿餐饮管理系统开发实例导航
delphi住宿餐饮管理系统开发实例导航
(delphi examples of accommodation and catering Management System navigation delphi examples of accommodation and catering Management System navigation delphi examples of accommodation and catering Management System navigation delphi examples of accommodation and catering Management System navigation delphi examples of accommodation and catering Management System navigation delphi examples of accommodation and catering Management System navigation)
- 2009-10-07 14:41:19下载
- 积分:1
-
fdac_pong_src
Pong game
Pong game is based on the sport of table tennis (or "ping pong"), and named after the sound generated by the circuitry when the ball is hit.
Pong is the game of ping-pong in which a human player (the ping) interacts with an electronic player (the pong).
- 2013-02-07 23:33:40下载
- 积分:1
-
QLLStd_D7
Delphi 7 实用表格及编辑框控件分享(QLLStd Compements for Delphi 7)
- 2019-07-01 09:20:57下载
- 积分:1
-
txtjpg
一个delphi小程序将txt文件转jpg格式(A Delphi applet to the txt file to JPG format)
- 2015-08-31 22:46:28下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1