MFC入门之---Windows编程基本原理
Windows程序以消息循环为基础,编写Windows程序的基本过程是:1、设计窗口类;2、创建窗口,用变量保存窗口句柄;3、显示及刷新窗口;4、定义消息结构体,开始消息循;5、书写窗口过程函数#include #include LRESULT CALLBACK WindowProc( HWND hwnd, // handle to window UINT uMsg,