摘要:
windows应用程序布局 编译流程 响应菜单事件消息 菜单消息处理实例: LRESULT CALLBACK WindowProc(HWND hwnd, UINT msg, WPARAM wparam, L... 阅读全文
摘要:
一.创建一个windows程序步骤 1.创建一个windows类 2.创建一个事件处理程序 3.注册windows类 4.用之前创建的windows类创建一个窗口 5.创建一个主事件循环 二.存储windows类信息的数据结构: typedef struct _WNDCLASSEX{ UINT cbSize; // size of th... 阅读全文