最简单的窗口弹出程序
摘要:
#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("HelloWin");HWND hwnd;MSG msg;WNDCLASS wndclass;wndclass.style=CS_HREDRAW|CS_VREDRAW;wndc 阅读全文
posted @ 2009-12-07 21:04 阿杜的世界 阅读(165) 评论(0) 推荐(0)
浙公网安备 33010602011771号