Scroll
摘要:
#include <Windows.h>#include <stdio.h>#include "resource.h"//#include <afxwin.h>LRESULT CALLBACK MyWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd ){ HWND hwn 阅读全文
posted @ 2013-05-29 14:45 奔跑吧,蜗牛! 阅读(196) 评论(0) 推荐(0)