qintangtao

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

2013年1月10日

摘要: #include <windows.h>LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){ static TCHAR szAppName[] = TEXT ("全屏显示") ; HWND hwnd ; MSG msg ; WNDCLASS wndclass ;wndclass.style = CS_HREDRAW 阅读全文
posted @ 2013-01-10 15:37 qintangtao 阅读(681) 评论(0) 推荐(0) 编辑