搜索资源列表
Delphi编程之“GetSystemMetrics”函数
- 该软件是Delphi关于API的一个使用! 有详细说明文档和程序实例!-Delphi is the software on the use of an API! Detailed documentation and procedures examples!
Delphi.Windows.API
- 一个非常好的,非常全面的delphi开发windows的图形用户接口api,使大家学习的好资料。-a very good, very comprehensive development delphi windows graphical user interface api, enable them to learn from the good information.
API
- 用DELPHI编写,用windows的API来对串口操作,
基于DELPHI的API,开发USB设备所必需的
- 基于DELPHI的API,开发USB设备所必需的,里边有例子,Based on DELPHI the API, the development of USB devices are necessary, inside there are examples of
QrCode-Delphi
- QrCode Delphi Through the Google API to easily create QrCode.
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
Winsock2
- SOCKET API的DELPHI 头文件,更加直接使用API-DELPHI the SOCKET API header files, and more direct access to API
Delphi_API
- Delphi API应用手册,列举了常用的API应用。-Application of Delphi API manual lists the commonly used API application.
API
- 涉及范围,delphi6基本控件界面控件,线程,wininet api库 -Scope, delphi6 the basic control interface control, threaded, wininet api library
Delphi-USB
- This package is for people who want to develop USB applications with Borland Delphi.
TMS.Security.System.v2.4.Full.Source.Delphi
- delphi组件,用于与操作系统安全有关的操作,控件中对底层的API函数,作了大量封装。哈哈,用起来就一个字“爽”-delphi components, with the operating system for security-related operations, controls on the bottom of the API function, made a large number of packages. Haha, to use one word on the " Sm
title
- 标题栏添加按钮 delphi 写的 windows api-Delphi button to add the title bar of the windows api to write
5
- Delphi中应用Twitter API接口请求数据.rar Delphi中应用Twitter API接口请求数据.rar-Delphi application of Twitter API interface to request data. RarDelphi application Twitter API interface to request data. RarDelphi application Twitter API interface to request data. Rar
3483294dg3
- Remote Adimin tool(Hook+API)-Remote Adimin tool(Hook+API)!!!!!
delphi_API
- delphi api -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.
tscap32 Delphi Video Capture Component
- With tscap32, you are able to - watch a live video source - capture videos - capture still images (snapshots) Basically, it wraps Microsoft's Video For Windows API. It gives the Delphi programmer an easy-to-use, feature-rich tool to handle video inpu
The-Delphi-IDE-Open-Tools-API-Version-1.1
- Delphi Open Tools API functions
extending-the-delphi-ide
- extendeded ide do delphi com open tools api
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