-
TestDll
说明: 获取硬盘序列号的dll文件,接口什么的都很简单。网上很多获取硬盘序列号的程序,但是大都需要很长的代码,所以把代码封装成dll公调用(Get hard drive serial number of the dll file, what the interface is very simple. Many online programs to get hard drive serial number, but most still require a very long code, so the code is packaged as a dll public call)
- 2011-03-24 11:11:28下载
- 积分:1
-
8536
delphi中Open方法操作数据库演实例,编程学习源码,很好的参考资料。(delphi method of operation of the database in the Open played instance, learning programming source, a good reference.)
- 2014-02-10 21:45:19下载
- 积分:1
-
tmp
delphi做的ReportMachine例程,工程初学者入门。(This is a Example for new users written by Delphi.)
- 2013-04-19 08:26:51下载
- 积分:1
-
messageInterface-
移动短信接口 (delphi 7 源码)(Mobile messaging interface (delphi 7 source))
- 2013-07-22 17:37:17下载
- 积分:1
-
madRemote
madRemote.rar
MadCollection.2.5.2.6FS
- 2020-06-25 18:40:01下载
- 积分:1
-
CSOLcopy
说明: CSOL学习代码 自己修改 增加 删除之类的!!!!!!!!!!!!!!(CSOL to learn the code revisions that add their own category to delete! ! ! ! ! ! ! ! ! ! ! ! ! !)
- 2021-01-13 07:08:47下载
- 积分:1
-
uLogEvent
说明: 写入Windows系统事件日志的Delphi源码(Delphi source code written to the system event log)
- 2010-04-30 11:39:54下载
- 积分:1
-
MemoryRelease
用于自动对已运行的程序对系统內存的战用資源进行釋放(Automatic release system program memory resources
)
- 2012-12-19 22:13:47下载
- 积分: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
-
PeerToPeer
Delphi源码,网络相关,仿QQ,点对点聊天,UDP
真正的点对点通讯实例,实现类似QQ的技术,主是通过UDP穿透NAT进行通讯。程序要用到两个控件:DXSock和Rzaize 3.10。(Delphi source, network-related imitation QQ, peer-to-peer chat, the UDP point-to-point communication instance, similar QQ technology, the main NAT Traversal via UDP to communicate. Program to use two controls: 3.10 of DXSock and Rzaize.)
- 2012-05-23 18:02:06下载
- 积分:1