资源列表
WinApiDemo100
- 利用Windows API创建Windows程序窗口的实例源码,很不错的vc源码,推荐!-Windows programs using Windows API to create an instance of source code window, very good vc source, recommended!
WinCE_tool_for_memory
- 一个WinCE内存释放的小工具。很不错的!-WinCE release a small tool for memory.
windows-98
- windows98 部分源代码 来自于网络转载如有重合谢谢合作-windows98 part of the source code the network thank you reprint any coincidence
Windows-API
- 开机自启动 与 取消自启动的 两个源码 Vc适用-Boot the start with the removal the start for the two source Vc
windows-xs
- vb 取得windos操作系统各种信息希望大家喜欢-vb access to operating system windos hope everyone likes all kinds of information
Windows100
- 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。-Designs and implements the Unix " time" command. " Mytime" command the command line parameters to accept the program you want to run, create a separate proces
windows101
- windows系统编程有关示例代码,包括事件,文件映射,管道,进程实例程序-The windows system programming related to the sample code, including events, documents, maps, pipelines, process instance of the program
WINDOWS103
- 对于Windows平台就是操作注册表了, 下面的程序就可以操作注册表了,更多请参考jdk的api帮助文档。-For the Windows platform is operating the registry, the following procedures can operate the registry, and more, please refer to the api jdk help documentation.
Windows105
- 窗口类注册、窗口创建、过程函数窗口类注册、窗口创建、过程函数-Window class registration, window creation, the process function
WINDOWS112
- windows 操作系统常用的端口详解。详细介绍了个通用端口的用途及特点。-windows operating system commonly used ports explain. Described in detail the use of general-purpose port and features.
WindowsController
- Windows system utility functions developed in c#.
WindowsMsg
- 目标在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。2. 策略当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将创建该函数的一个新版本,可用于