Welcome![Sign In][Sign Up]
Location:
Search - winapi

Search list

[Documentswinapicn

Description: winapi的中文说明,英文不好的值得一看-winapi the Chinese that English is not good, the eye-catcher
Platform: | Size: 761856 | Author: vmvg | Hits:

[Windows DevelopWinAPI CHAP16

Description: Win API(Visual C++)项目和源程序文件,第十六章-Win API (Visual C) projects and the source file, the 16th Chapter
Platform: | Size: 2289664 | Author: 祝惠民 | Hits:

[Windows DevelopTimer Computer Shutdown

Description: c#做的一个自动关机的程序 用到了timer类和winapi的一些东西 实现了自动关机-do an automatic shutdown procedures used and the type of timer winapi something of an automatic shutdown
Platform: | Size: 247808 | Author: 孙亮 | Hits:

[GUI DevelopWindows编程基础--窗体篇

Description: Windows编程基础--窗体篇   现在Windows已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得十分重要.和学习其他 编程语言一样,我们也从一个最简单的例子开始学习Windows编程.这个例子将建立一个Windows窗体并在窗体中间显示"HELLO"字符串(见图1).      1.程序的开始和结束 和C语言中的main()函数一样,Windows程序是从WinMain()函数开始和结束的.WinMain()函数是在WINBASE.H中定义的,其原形如下:    int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd ) 其中第一个参数(HINSTANCE hInstance)是程序的实例句柄,这个实例句柄是程序的唯一标识.第二个参数(HINSTANCE hPrevInstance)是用做检查是否有多个程序实例运行,但由于Windows9X和NT(包括更高版本)是32位操作系统,所以这个参数总是NULL.第三个参数(LPSTR lpCmdLine)是一个指向字符串的指针,用来保存运行程序时的命令行参数.第四个参数(int nShowCmd)用来指
Platform: | Size: 3072 | Author: 地方随 | Hits:

[VC/MFCWinAPI大全

Description: windows API 大全,是从事Windows应用程序开发所必备的说明文档-Daquan, is engaged in the development of Windows applications by the required documentation
Platform: | Size: 677888 | Author: 远游 | Hits:

[Windows DevelopWINAPI手册

Description: WIN API手册 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 664 KB -WIN books API Manual Language : English books categories : program design license : free software books Size : 664 KB
Platform: | Size: 679936 | Author: | Hits:

[Com PortVC++duochuankoukongzhijiejue

Description: VC++多串口控制解决方案(DLL) 工业控制--串口通讯方法(WINAPI实现) -VC Multiport Serial control solution (DLL) industrial control-- serial communication (WINAPI it now)
Platform: | Size: 471040 | Author: 王杰 | Hits:

[OtherAPIhelp

Description: api函数大全 文件列表: api32.pbl PB常用API.pdf VBAPI.chm Winapi.hlp winapi32.chm-api function Daquan documents list : api32.pbl PB common API.pdf VBAPI.chm Winapi.hlp w inapi32.chm
Platform: | Size: 1823744 | Author: sense | Hits:

[Button controljmi

Description: WinAPI Sample, including CerateWIndow. REgister WIndows Class, Dispatch message-WinAPI Sample, including CerateWIndow. REgister WIndows Implants ss, Dispatch message
Platform: | Size: 2048 | Author: bob | Hits:

[VC/MFCwinapinew

Description: winapi 函数适合VC++开发,方便程序开发人员开发-winapi function for VC development, the development of procedures to facilitate staff development
Platform: | Size: 679936 | Author: 梅三 | Hits:

[VC/MFCWIN32API

Description: visual c++ programs refer to winAPI
Platform: | Size: 676864 | Author: peter tsai | Hits:

[Program docWinAPIfunction

Description: 编程文档,很不错的文档哦,各位下载肯定是没有错了。介绍了WinAPI函数打包下载(VB精版)-Programming documents, the document is pretty good Oh, you download is certainly not wrong. Introduction of the WinAPI function package download (VB refined version)
Platform: | Size: 883712 | Author: 肖金星 | Hits:

[BooksVB_api

Description: 在Visual Basic中使用WINAPI的详细教程或说明-In Visual Basic using WINAPI detailed tutorial or description
Platform: | Size: 905216 | Author: 正刚 | Hits:

[BooksWinAPI

Description:
Platform: | Size: 677888 | Author: chen | Hits:

[Graph DrawingDrawBox

Description: 用WINAPI实现的画图程序,可以绘制直线,矩形,椭圆,多边形,可设定线型和边框色,填充色,简单实现放大,缩小的功能,还有选中,删除的功能。-WINAPI achieved using Paint program, you can draw a straight line, rectangle, ellipse, polygon, line and borders can be set color, fill color, simple to achieve amplification, reduced function, as well as select, delete functions.
Platform: | Size: 69632 | Author: waleking | Hits:

[Special Effectsewnlb

Description: 二维图像逆滤波 //LPSTR lpDIBBits - 指向源DIB图像指针 //LONG lWidth - 源图像宽度(象素数,必须是4的倍数) //LONG lHeight - 源图像高度(象素数) / //函数说明: //该函数用来对BlurDIB()生成的DIB图像进行复原操作。 BOOL WINAPI RestoreDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight) {-err
Platform: | Size: 1024 | Author: zzzzzz | Hits:

[File OperateIniFileClass_src

Description: WINAPI所操作的INI文件的封装类,可以实现写数字\字符串\文件创建等功能.-WINAPI operated package INI file type, you can write numbers and strings to achieve the functions of file creation.
Platform: | Size: 3072 | Author: 路香群 | Hits:

[OS program1500WINDOWSAPI

Description: 1500个WINDOWSAPI类 全集,以用途分类,winapi编程-The Complete Works of 1500 Class WINDOWSAPI to use classification, winapi programming
Platform: | Size: 164864 | Author: zhichang | Hits:

[Delphi VCLWinAPI

Description: 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-Microsoft 32-bit platforms as application programming interfaces, Win32 API is to engage in Windows application development necessary. The book begins with the Win32 API function to do a complete overview then included five major functions: window management, graphics device interface, system services, international properties and network services in the appendix to explain how Visual Basic and Delphi to its call. This book is engaging in Windows application development software engineer essential reference manual.
Platform: | Size: 677888 | Author: 吴欢欢 | Hits:

[VC/MFCWinAPI

Description: 详细介绍WINAPI函数,对于VC编程很有帮助。-Detailed introduction WINAPI function, useful for VC programming.
Platform: | Size: 677888 | Author: 罗志伟 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net