搜索资源列表
195
- 第1章 Visual C++概述 1.1 Visual C++概述 1.2 Windows编程模式 1.2.1 面向过程的MS-DOS编程 1.2.2 面向用户的事件驱动编程 1.2.3 Windows消息机制 1.2.4 Windows系统消息类型 1.3 MFC类库 1.3.1 MFC类库的优越性 1.3.2 MFC类库说明 1.3.3 MFC框架与消息映射 1.4 Windows应用程序框架 1.4.1
pbsms
- 用PB完成的在windows系统下传送短消息-PB complete with windows in the transmission system under the Short Message
Rejister
- 通过编写本程序,可以掌握 1.维空间增加成员函数和变量; 2.明白MainFram和View的作用区域; 窗口产生过程: 1.创建窗口资源 2.创建窗口类 3.为窗口控件增加消息处理函数; 4.在主窗口中增加控件调用对话框 -through the preparation of this program, one can grasp. Dimensional Space increase in the membership functions and var
WINDOWSMSG
- 消息,就是指 Windows 发出的一个通知,告诉应用程序某个事情发生了。例如,单击鼠标、改变窗口尺寸、按下键盘上的一个键都会使 Windows 发送一个消息给应用程序。消息本身是作为一个记录传递给应用程序的,这个记录中包含了消息的类型以及其他信息
SendKeys_cpp_src
- 一种键盘消息软件,转载其他网站,使用windows