摘要: >_____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 ... 阅读全文
posted @ 2014-05-16 21:52 beautifulzzzz 阅读(1263) 评论(1) 推荐(1) 编辑
摘要: >______<:MyPaint(...)1 void MyPaint(HDC hdc)2 {3 SelectObject(mdc,bg);4 BitBlt(hdc,0,0,1366,768,mdc,0,0,SRCCOPY);//在窗口位置、大小、原图剪切位5 6 Selec... 阅读全文
posted @ 2014-05-16 21:35 beautifulzzzz 阅读(785) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 18:22 beautifulzzzz 阅读(1761) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 17:48 beautifulzzzz 阅读(583) 评论(0) 推荐(0) 编辑
摘要: >____ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 1... 阅读全文
posted @ 2014-05-16 17:30 beautifulzzzz 阅读(667) 评论(0) 推荐(0) 编辑
摘要: >__ 1000 9 #pragma once10 #endif // _MSC_VER > 100011 12 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers13 14 15 ... 阅读全文
posted @ 2014-05-16 17:07 beautifulzzzz 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: >__ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 ... 阅读全文
posted @ 2014-05-16 16:51 beautifulzzzz 阅读(1720) 评论(0) 推荐(0) 编辑
摘要: >_ 100010 #pragma once11 #endif // _MSC_VER > 100012 13 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers14 15 16 /... 阅读全文
posted @ 2014-05-16 16:40 beautifulzzzz 阅读(891) 评论(0) 推荐(0) 编辑
摘要: >_ 2 class CMyApp:public CWinApp 3 { 4 public: 5 virtual BOOL InitInstance(); 6 }; 7 class CMainWindow:public CFrameWnd 8 { 9 public:10 CMainW... 阅读全文
posted @ 2014-05-16 16:27 beautifulzzzz 阅读(759) 评论(0) 推荐(0) 编辑