2013年5月29日

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)

My first Windows App

摘要: #include <Windows.h>#include <stdio.h>LRESULT CALLBACK MyWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam );int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd ){ HWND hwnd; WNDCLASS wndclass; MSG msg; static... 阅读全文

posted @ 2013-05-29 01:21 奔跑吧,蜗牛! 阅读(174) 评论(0) 推荐(0)

导航