资源列表
DlgSplashScr
- 这个程序告诉你如何给基于对话框的应用加启动画面-This procedure to tell you how to increase based on the application of the dialog box to start the screen
GridctrlDemo2008
- GridctrlDemo2008,C++表格源代码-GridctrlDemo2008, C++ Form source code
labviewhelp8
- Labview中文帮助文件,入门好帮手!-Labview English help file, entry-good helper!
vcdialogdll
- Visual c++ codes of dll which includes dialog.-Visual c++ Codes of dll which includes dialog.
KFintf
- 加密u盘登陆界面、管理员登陆界面。run/为exe文件,代码可编译。-U disk encryption landing interface, the administrator interface landing. run/for exe files, the code can be compiled.
KDFolderDlg_Src
- 目录搜索对话框,支持筛选,可以定义根目录-Directory Search dialog box, and support for screening, can define the root directory
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
MutiEnducation
- 多媒体教学演示系统,高中物理中的两个铁球同时落地的演示系统。-Demonstration of multi-media teaching system, high school physics in the two iron ball landed at the same time the demonstration system.
MdiClientController
- 一个MDI容器组件, 可以设置MDI容器边框, 默认不可以设置不友好。跟组件一样使用就可以了。-A MDI container components, you can set a MDI container frame, the default settings can not be unfriendly. Like the use of components with it.
messagebox
- 消息框实例,涉及消息框类的定义和相关函数的使用方法,对于初学者来说很好-Examples of message box, message box type involved in the definition and use of correlation function, for a good beginners
ParentProcess
- 一个实例来介绍父子进程间如何共享内核对象。首先在父进程中创建一个事件对象,该事件对象能够被子进程继承,但是初始状态没有信号。然后父进程创建一个子进程,使子进程能够继承父进程中的内核对象句柄。在子进程初始化时创建一个线程,并立即运行线程函数。在线程函数中循环判断从父进程继承的事件对象是否有信号,如果有信号,将对话框标题设置为“事件有信号”,然后退出线程。由于父进程在创建事件对象时,使事件对象没有信号,因此,子进程中的对话框标题不会改变。为了演示父子进程间共享内核对象,在父进程中设计了一个按钮,单击