说明: // Dialog.cpp : 定义应用程序的入口点。 // #include "stdafx.h" #include "Dialog.h" LRESULT CALLBACK DialogProc(HWND, UINT,WPARAM, LPARAM); int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { DialogBox(hInstance, M
<game6000> 上传 | 大小:7kb