搜索资源列表
zq
- 站长,我这是一个团员管理系统, 我怎么知道你已经接收了呢?-head, I am a member of the management system, I know how you have received?
带附件及Html显示的邮件发送类
- unit UnitSendMail; interface uses Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs, IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
SkinPageControl.rar
- 用Delphi实现的类似QQ旁边那个可以选择网络硬盘,QQ聊天好友分组的PageControl控件,仅仅实现了头部和左边的效果,底部和右边效果没有是实现,没有添加在设计状态的PageControl设计方式,具体东西都是一个思路,希望大家喜欢,Using Delphi to achieve similar QQ next to the hard disk that can select the network, QQ chat with friends PageControl control su
Ehlib.v4
- ehgrid 多表头,非常适合制定报表统计;-ehgrid multi-table head, very suitable for the development of statistical reports
TMagneticClassv.1.0
- 下面又是翻译: 韩国人 Silhwan Hyun 改写。 TMagnetic Class 是一个 Delphi 版本的"cMagneticWnd" 类, Visual Basic "cMagneticWnd" 为 Emil Weiss 所写. TMagnetic Class 让应用程序的每个窗体有磁性的相互粘在一起, 并可以一起拖动。 当子窗体改变尺寸大小时可以象 Winamp 的窗体一样控制对齐效果.-The following is a translation: Ko
EhLib_v4.2.16_CN
- 一个功能强大的DBGRID控件,可以实现多表头,表尾合计等功能.-A powerful DBGrid control, can realize multi-table head, table tail aggregate functions.
Socket
- I have uploaded the two resources are in my work written by its own independent source, please head to help open account. Thanks.
PTZ-camera-control-system
- 云台镜头控制系统 通过USB的摄像监控云台,可以保存图片-Pan & tilt camera control system through the USB camera control head, you can save the picture
HotKeySpy
- 一个慑像头控件包只做为学习交流之用大家多多学习-Deterrence as the head of a control packet exchange for learning purposes only learn from you all
ReadBMP
- 把BMP图像当成流式文件读取,并把bmp的头去掉,用于BMP数据处理-BMP image as a streaming file reads and get rid of the head of the bmp for BMP data processing
DBGridEhExcel
- DBGridEh多表头输出到Excel -DBGridEh multi-table multi-head output to ExcelDBGridEh header output to Excel
urladdresschech
- Delphi判断网址是否存在,检查输入的URL网址是否可以打开,将使用Delphi中的TNMHTTP控件的head方法来检查网址是否有效。从运行截图你可以看出,程序会返回不同的结果,比如是否正确解析地址、是否能够连接到主机、是否存在这个页面等,以此几方面来综合判断,该网址是否可以正确被访问。-The Delphi judge the existence of Web site, check whether the input of the URL web site can open, head
KMC-EXE (1)
- SUPERVISORS 4.1) Students shall be assigned one or two supervisors(s) from the Institute. 4.2) In case any supervisor leaves the Institute permanently or temporarily for a period exceeding one semester, the Head of the Department shall appo
delphi HOOK 技术
- delphi hook dll案例, 论坛里有关于HOOK API的贴子, 但其实现在方式显示得麻烦, 其实现在拦截API一般不用那种方式, 大都采用inline Hook API方式。其实也就是直接修改了要拦截的API源码的头部,让它无条件跳转到我们自己的处理过程。(There are HOOK API posts on the forum, but in fact, the way it is showing is troublesome. In fact, interception of