摘要: #include <windows.h>#include "resource.h"#include <string>LRESULT CALLBACK MainWndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数的函数原型int APIENTRY WinMain( //APIENTRY是__stdcall的宏定义 HINSTANCE hIn... 阅读全文
posted @ 2010-02-23 16:18 liulun 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: resource.h的代码为 阅读全文
posted @ 2010-02-23 15:00 liulun 阅读(698) 评论(0) 推荐(0) 编辑
摘要: #include <windows.h>LRESULT CALLBACK MainWndProc(HWND,UINT,WPARAM,LPARAM);//窗口函数的函数原型int APIENTRY WinMain( //APIENTRY是__stdcall的宏定义 HINSTANCE hInstance, //本模块的实例句柄 HINSTANCE hPrevInsta... 阅读全文
posted @ 2010-02-23 13:52 liulun 阅读(548) 评论(0) 推荐(0) 编辑