搜索资源列表
hqpm
- Borland公司的天才设计师们用画布(Tcanvas)对象封装了Windows的大部分图形输出功能,这使得我们可以通过他以更直观的方式和Windows的屏幕打交道,而不必关心令人头疼的WindowsAPI函数。下面的一小段程序就可以实现整个屏幕的图象拷贝了。 -Borland's gifted designers use canvas (Tcanvas) of the object Packaging Win dows of the most graphic output capa
zdplay
- 用Delphi的人对TMediaPlayer组件比较熟悉,它是一个相当出色的多用途的多媒体组件,但是美中不足的是:如果CDROM光驱的仓门打开就不能自动关闭。而且不幸的是,TMediaPlayer的方法和属性中没有解决这个问题的办法,所以我们不得不求助于Windows API,具体一些就是使用MMSystem.pas文件,另外一件需要注意的事是:我们可以单独调用Windows API函数,但是TMediaPlayer做了一些内部处理,所以我们就不必担心我们是否使用了组件。所以本例中使用了TMed
apihook-dephi
- delphi 实现 API HOOK 的源码,可以获取socket网络数据,代码十分效率-delphi source code to achieve API HOOK, you can obtain the socket network data, the code is very efficient
CatchWindowsInformation
- 改程序可以获取当前windows操作系统的版本信息,改程序用到两种技术,一是API函数的调用,二是对操作系统注册表的操作-Reform program can access the current versions of windows operating system information, change the procedures used two techniques, one API function calls, the other is the operation of the
Winsock
- windows socket api在delphi中的封装,调用简单,可用于dll库的开发,目前只实现了UDP部分-windows socket api of the package in delphi, call simple dll library can be used for development, is only part of the realization of the UDP
FastMM
- Fast and small memory manager replacement, which uses API functions HeapAlloc, HeapFree, HeapRealloc to allocate and free memory blocks. Can be used with KOL, including a case when system.dcu replacement used, or separately at all from KOL library.
DelphiCHM
- Delphi默认不支持使用CHM格式帮助,该代码让Delphi程序开发者能够以简单的方式启用CHM格式帮助。-Delphi does not include an implementation of HTML Help, but one can easily be created. The process involves creating some API that call the HTMLHelp API and trapping Delphi application even
Unit1
- 利用API函数进行UDP广播,*数据的例程,你可以拷贝代码直接使用!-API function to use UDP broadcasting, mass data, routines, you can copy the code to be used directly!
WEBCOPY
- 通过WEB 复制文件的DELPHI 控件-TMS.WEBCOPY.1.6.DelphiRetail-SKYDANCER Supplier : Team SKYDANCER Rlz date : 01/10/2006 Packager : Team SKYDANCER Archives : 01x0.5mb Cracker : non Protec. : non
310759
- 连接时出现:"windows socket error:(10061),on API connect ” 是你的SOCKET没有启动(SCKTSRVR.EXE)或者无法连接到服务器。 使用socketconnect很简单,只要在应用服务器后台运行SCKTSRVR.EXE,不需要什么配 置。(在Delphi的Bin目录是已运行了scktsrvr.exe,但没有设置Port号;设置你要的Port号注意不要有冲突。 不知怎么用。最多的就是这种答案了。 还有说重启动进F8选最a
SclBMP
- 图像快速无级缩放,提供简单的API调用即可实现对bmp、jpeg格式的图像进行无级缩放。-Stepless speed image scaling, provides a simple API call can be realized on the bmp, jpeg format image stepless zoom.
mtapi_delphi
- MT3 API dll for Delphi development environment. You can use it to develop your own platform for MT3.
delphi_API_Serial-communication
- 在delphi环境系,利用API编写的简单串口通讯程序,可以做为初学者学习API编程的例子-In Delhi environment department, use the API write simple serial interface communication program, and can be used as beginners learn API programming example
computerreset
- delphi写的重启或关闭计算机的源代码,里面用到了一些API函数,对于新手,可以学习-delphi write restart or shut down the computer source code, which used some API functions for the novice can learn
sock
- API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用-API to write the SocketServer source, multi-threaded communication, which is a framework, you can add your own code using
APICOM
- 程序是如何调用API的串口函数,及通讯示例,不需要三方控件,可以设虚拟串口。-Program is how to call the API function serial and communication example, no third party controls, you can set up a virtual serial port.
APIsendEmail
- 纯api发送email 可以设置用户名、密码、服务器地址、端口、主题、邮件地址、附件-Pure api send email You can set a user name, password, server address, port, subject, e-mail addresses, attachments, etc.
apiprint
- Delphi利用API直接打印内容,可打印图像和打印文字类型的内容,与其它打印程序的区别是,本程序是基于Delphi API实现的。-API direct printing content by Delphi, can print images and print text content types, different from other print procedures, this procedure is implemented based on Delphi API.
SocketServer(API)
- Delphi:API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。 -Delphi: API to write SocketServer source, multi-thread communication, which is a framework, you can add your own code to use.
codehook
- Win32 CodeHook is a API hooking library. You can use it in Delphi, VC, Borland C++, or any programming language that supports Windows DLL.
