-
Microsoft-sam--with-delphi--fo-XP--only
delphi control microsoft sam voice. Only for windows xp
- 2012-02-02 11:09:32下载
- 积分:1
-
dcmLoader
多次做的图像,可以放在一起进行观看,方便对比(more )
- 2012-12-12 19:06:30下载
- 积分:1
-
USB-TreeView
USB TreeView example source
- 2016-08-09 01:57:41下载
- 积分:1
-
function
通过举例说明函数调用的实现过程、基本变量说明以及基本控件的使用。(Function call by example the implementation process, the basic variables and basic control instructions to use.)
- 2010-09-04 21:52:45下载
- 积分:1
-
Chap03
李维编写的D6程序开发设计源码,要求是D6环境,我的版本是D2007不兼容(Li Li source source source Li Li Li source source source Li Li source)
- 2011-07-18 14:24:06下载
- 积分:1
-
client
Delphi:Delphi浏览/查看大图片的程序源码例子,很多初学Delphi的朋友搞不清楚如何去查看一张大图片,这个例子就比较好,让你彻底学会方法。
(Delphi: Delphi browse/view the big picture of program source code examples, many Delphi beginner friends do not know how to see a big picture, this example is better, so that you thoroughly learn the method.)
- 2014-07-23 09:39:39下载
- 积分: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
-
vedosSockets
说明: vedos sockets used to make simple voice/video chat programs.
- 2020-06-24 06:20:02下载
- 积分:1
-
SHA
使用SHA算法加密文件Delphi示例,编程学习源码,很好的参考资料。(SHA algorithm to encrypt files using Delphi examples to learn programming code, a good reference.)
- 2014-02-17 15:28:45下载
- 积分: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