描述: "Mirro For Delphi7" 是一个速度极快的抓取屏幕数据的单元.它的速度与 "Remote Administrator"(www.radmin.com)不相上下.可以运行于所有基于Windows NT核心的操作系统上(Windows NT/Windows 2000/Windows XP/Windows 2003).============================================================================函数:1:function InstallMirroDriver: Boolean;功能:安装Mirro驱动到你的电脑.注意:每次使用前应先调用该函数.参数:无返回:成功返回True,失败返回False.2:function UninstallMirroDriver: Boolean;功能:卸载Mirro驱动.参数:无返回:成功返回True,失败返回False.3:function MirrorStart(dwSetColor: DWORD; pnWidth, pnHeight: Pinteger;bCapMouse:Bool): DWORD;功能:开始Mirro参数:dwSetColor---设置返回位图的颜色值 pnWidth,pnHeight---返回分辨率 bCapMouse---是否捕获鼠标返回:成功返回0.否则返回错误代码4:function MirrorGetChangeInfo(ThePRect: PRect; pBuf: PByte): DWORD;功能:获得变化信息参数:ThePRect--变化矩形,已经是32位对齐,并且是可靠的。 pBuf---位图缓冲,调用者分配,需保证缓冲长度>=屏幕宽度*屏幕高度*颜色位数/8返回:变化类型5:function MirrorGetFullScreen(ThePRect: PRect; pBuf: PByte): DWORD;功能:得到全屏位图,参数同MirrorGetChangeInfo6:function MirrorStop: DWORD;功能:停止Mirro参数:无返回:成功返回0.否则返回错误代码7:function MirrorVersion:string;功能:Mirro版本信息参数:无返回:返回信息============================================================================例子 代码附带了一个本地回显的例子和一个互联网传输的简陋例子.注意:两个例子的图像都只是简单的Draw出来,并没有处理重画消息,所以当有其它窗口遮挡显示窗口时,需要重绘图像.其中互联网传输的例子为了方便只是简单的使用了Delphi本身的Jpeg单元进行压缩,请使用者自行更换压缩算法.该例子可以在互联网上测试(如果不知道自己的IP,可以打开http://www.138soft.com/getip.asp进行查询).============================================================================版权所有 该单元的版权归作者(陈经韬)所有.你可以无偿无限制的使用它,但是在你的软件帮助里面最好声明使用了该单元.============================================================================联系方式 Web:http:www.138soft.com EMail&Msn:lovejingtao@21cn.com 2005-11-12
2022-04-23 03:04:14 30KB 不可视构件 控件 源码 资源
1
在ADO中,可按指定每页记录数返回记录集,并提供完善的操作控制。目前版本与sql server 后台结合使用。
2021-12-18 02:19:40 659KB 不可视构件 控件 源码 资源
1
一个很好用的压缩空间(ActiveX),和Winzip一样的功能。已经破解。放到Windows/System32目录下面,然后使用Regsvr32 XCDZIP35.ocx 注册即可
2021-12-07 20:51:52 70KB 不可视构件 控件 源码 资源
1
开源的XML DOM实现for Delphi-----------------Date of release: 2005-09-25The Open XML Utility Library provides a wide range of methods, components and foundation classes. It includes nine units of the following contents:AbnfUtils Functions for testing ABNF syntax conformance. AutoListUtils Interactive list and iterator classes. AutoStrCtrls Controls for interactive string lists. cUnicodeCodecs Unicode conversion functions for more than 70 encodings including the whole ISO-8859-x family, various Windows and Mac code pages as well as KOI8-R and JIS_X0201. LangUtils Functions for ISO 639 language code processing. ParserUtils Classes for parsing a byte stream. TreeUtils Object tree classes with build in semi-automatic garbage collection. UnicodeUtils Unicode helper functions and classes. UriUtils Functions for testing URI syntax conformance. WideStrUtils Helper functions and classes for WideString processing. XmlRulesUtils Functions for testing XML syntax conformance. The complete functionality is only available for Delphi 7 and Kylix 3. For information which limitations apply to Delphi 5 and 6 please see the INSTALL.txt file included in the distribution.
2019-12-21 19:33:37 177KB 不可视构件 控件 源码 资源
1