搜索资源列表
DualExeCom
- 同时创建两个进程,实现两个窗口的显示,其中一个作为主窗口控制另一个的开启和关闭,同时添加对其的消息控制;据此可以实现后台程序的建立;已经使用与扩展屏幕显示程序。-also create two processes, to achieve the two windows, one of the main window as another control the opening and closing, the news added to its control; Accordingly back
纯SDK编写的记事本仿真程序
- 简单的记事本程序,SDK编写,帮助了解windows编程的消息机制-simple Notepad procedures SDK prepared to help understand the windows of news programming mechanism
CommuofWindows
- 实现VC中分割窗体,并创建另一对话框,实现MainFrm中两个分割的窗体和对话框之间的通讯,充分利用窗口之间的消息,实现窗口之间的通讯和数据传递!-VC separate windows, and the creation of another dialog box, MainFrm achieve two separate windows and dialog between the communications, and make full use of the window between
MULTIPAD
- windows api 开发的多视图记事本,代码结构清晰,有利于学习和掌握win api消息处理机制。-windows api development of the Multi-View notebook, a clear code structure is conducive to learning and mastering win api information processing mechanism.
消息框
- 用win32汇编语言编写的一个windows消息框程序,可以用语微机原理的教学-use of a language news box windows procedures, the principle of computer language teaching
Demo
- 最大化和最小化窗口 调用CWnd::SendMessage()发送最大化或最小化窗口消息-Maximize and minimize windows call CWnd:: SendMessage () to send the message window is maximized or minimized
SkinDemo
- 封装了对windows窗口界面绘制相关的所有的消息,完全实现了窗口的自定义,包括到border以及最小化,最大化,关闭按钮的自定义实现-Package for windows window interface for all map-related news, the full realization of a custom window, including the border, as well as minimize, maximize, close button to achieve s
APIfunctionreference
- 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Window
WinMain
- 纯c++实现窗口,利用API实现Windows环境下的消息响应-cure c++ produce Windows
windowscreate
- 主要实现windows的简单的界面编程,通过窗口类实现,及其简单的对消息的响应-create window
SingleWindow
- 程序描述了windows下一个窗口程序的创建过程及其组成部分,以及windows消息处理机制如何维持窗口的运行。VC++ 6.0-Program describes the windows program under the process of creating a window and its components, and the windows message handling mechanism for maintaining the operation of the window.
Code
- Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program works and programming process, window creation process, handle principle, the message queue, callback function, window closed
typer
- 一个类似windows写字板的程序,适合初学windows界面编程的童鞋,主要处理鼠标和键盘的消息,只包含代码,不包含整个工程-A similar windows tablet program, for beginner windows programming interface of children' s shoes, mainly dealing with the mouse and keyboard messages contain only the code, does not
MSMQ
- windows 消息队列(MSMG)程序实例-windows message queue (MSMG) instance
Lesson4Code
- 孙鑫MFC教程源代码,Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧-Sun Xin MFC tutorial source code, Windows operating procedures and principles of programming process, the process window, handle theory, message queues, the callback
UVKMB
- 一个利用WINDOWS自带的命令笔NET SEND发送消息的程序-A use of WINDOWS s own command pen.net SEND messaging programs
vestioncritical
- 可截获windows下各进程的各类消息,可作消息查看之用-Can be obtained under Windows each process of all kinds of news, can make the message view
newk
- 用c++ builder来对windows消息机制控制 源码可以学习用-In c++ builder to control mechanism of Windows news source can learn to use
6694710
- 通过Windows API函数SendMessage发送消息使List Box中的每一个Item有不同的Tooltip,-Through the Windows API function SendMessage sending messages to each Item in the List Box has a different Tooltip,
068262
- 这是一个用来拦截windows消息的开发包,可以设置全局鼠标和键盘钩子,内含显示密码窗内容的sample()