HarrySun

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年7月16日

摘要: #include "windows.h"LRESULT CALLBACK WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);//Stand WinMainint WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow){ //1. design WindowClass WNDCLASSEX wndClass; LPCTSTR szAppName = L"OFWIN& 阅读全文
posted @ 2013-07-16 22:56 HarrySun 阅读(217) 评论(0) 推荐(0) 编辑