搜索资源列表
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
pcommpro
- 用C++Builder在Win下开发串行通信程序是程序员们经常遇到却又令人头痛的事情,不但要理解许多复杂的API函数,还要掌握多线程编程。令人欣慰的是有一些公司专门为C++Builder开发了编写串行通信程序的开发工具,例如MOXA公司的Pcomm(该软件可在http:\\\\www.moxa.com.tw下载),因而帮我们解决了串行编程这一难题。
Winsock_Delphi
- Winsock通信程序源码 用Delphi和Win API写的winsock通信程序,包括服务器和客户端程序所有代码,服务器初始侦听端口为8090。 希望对这方面的朋友有所帮助。
WinAPI
- 全书收录了五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务。所有函数均附有功能说明、参数说明、返回值说明、备注以及引用说明。另外,在本书的第一章,我们对WiN32 API函数作了完整的概述;在附录部分,讲解了如何在Visual Basic和Delphi中对其调用。 -The book includes five major functions: window management, graphics device interface, system services, in
File
- Winsock communication program and Delphi source code with Win API written in winsock communication program
onekey
- 利用win32的api,程序外部执行程序,包括打开多个应用程序,读写ini文件操作。-Using win api, external program execution procedures, including multiple applications open, read and write ini file operations.
API-Win-In271729292001
- API Win Inspector Descr iption: This program just gives you information about the window that
asm-FormatUse-API
- 汇编写的格式化硬盘源码. . 非常适合新手理解汇编在win平台下的书写. . .更适用于理解API-Written in assembler source format the hard disk.. For new users to understand in the win platform assembly to write... More suitable to understand API
mulvipkeAPI
- Win API演示多样 Win API demo diverse-Windows API demo multiple Windows API demo diverse
WIN API
- labview调用windows的API函数(LabVIEW calls API functions of windows)
Labview 中API---如何获得窗口句柄(HWND)
- hwnd 是窗口句柄,系统分配的一个ID号,对操作系统来说就是这个窗口的唯一标识,通过它就可以操作WIN窗口了,labview VI的前面板无疑是一个WINDOWS窗口,那如何获得这个窗口句柄那. 有两种方法: 1.利用API FindWindow函数,通过窗口标题,来查找前面板的窗口句柄. 2.利用LABVIEW未公开的私有属性节点