摘要:
#include <windows.h>#include "resource.h"#define IDT_TIMER 3000BOOL __stdcall DlgProc(HWND, UINT, WPARAM, LPARAM);int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int){ int nResult = ::DialogBoxParam( hInstance, // 实例句柄 (LPCTSTR)IDD_MAIN, // 对话框资源ID号 NU... 阅读全文