搜索资源列表
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.
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
API
- 用DELPHI编写,用windows的API来对串口操作,
commdelphi.rar
- 自己写的串口收发程序,使用线程和windows api函数实现,对做串口通信有很大帮助。,Write their own serial transceivers, the use of threads and windows api function to do serial communication helps a lot.
TrayIcon_for_Delphi
- 本例程是利用Windows API函数Shell_NotifyIcon()实现系统托盘图标功能,这个函数和其他处理Windows外壳的函数都包含在ShellAPI单元中 在窗口创建时在Windows任务栏的右下角创建一个托盘图标,图标由两个ICON交替出现,当窗口最小化时任务栏中只有托盘图标,当左键单击托盘图标窗口恢复,图标停止交替.-This routine is to use Windows API function Shell_NotifyIcon () function to ach
BASM
- 第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括: 目录 描述 ------------------------------------------------------------------------------ DEMO1 演示如何在BASM中调用Delphi Functions。 DEMO2 演示如何在BASM中调用Windows API。 DEMO3 演示如何在BASM中使得“jmp proc”执行后返回到下一行。-Chapte
WindowsAPIFORDELPHI
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。-Windows API FOR DELPHI
fbarcode
- barcode component The sourcecode does not rely on any language specific features. It will probably compile under Delphi 8 and higher. Kylix ? barcode component does not use any special Windows API functions so it should work
title
- 标题栏添加按钮 delphi 写的 windows api-Delphi button to add the title bar of the windows api to write
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
310759
- 连接时出现:"windows socket error:(10061),on API connect ” 是你的SOCKET没有启动(SCKTSRVR.EXE)或者无法连接到服务器。 使用socketconnect很简单,只要在应用服务器后台运行SCKTSRVR.EXE,不需要什么配 置。(在Delphi的Bin目录是已运行了scktsrvr.exe,但没有设置Port号;设置你要的Port号注意不要有冲突。 不知怎么用。最多的就是这种答案了。 还有说重启动进F8选最a
Classes
- non VCL Classes unit, this example shows how to take a screenshot with windows API
Tools
- this is for using a few windows api functions from delphi application
Vfw
- VFW控件,调用windows api,已封装成为控件,方便使用!-VFW control, call the windows api, packaged as control, easy to use!
DELPHI5
- Delphi是由Inprise公司推出的面向对象的可视化软件开发工具。Delphi 5是Delphi的最新版本。本书共分三部分、16章,主要介绍Delphi 5集成开发环境,对象Pascal语言、组件、通用编程技术、动态链接库、多线程、多媒体编程、数据库编程、网络编程和Windows API编程等。 -Launched by Inprise Delphi object-oriented visual software development tools. Delphi 5 is the l
CH-VBJavaDelphiCDemo(Windows)
- 海康API演示,带DELPHI VB C+源码-Haikang API Demo
RGBsaturation
- 用Windows API函数来控制图象饱和度。对于Jpg的处理,与Bitmap类似,因为TJpegImage内部有TBitmap。-Windows API functions used to control the image saturation. For Jpg processing, and Bitmap similar because TJpegImage internal TBitmap.
rdp
- 生成rdp文件的password,hash过程,需要安装JEDI Windows API-Generate rdp file for the password, the hash process, you need to install JEDI Windows API
WinSock2
- winsocket api 重新写的一个pas用户底层通信开发-winsocket is windows api override