1. 首页
  2. 课程学习
  3. C++/C
  4. VC游戏代码

VC游戏代码

上传者: 2019-01-09 02:22:56上传 ZIP文件 115KB 热度 28次
VC++游戏 void show_window(HWND hWnd,int width,int height,int nCmdShow) { RECT rcl; SetRect(&rcl;,0,0,width,height); AdjustWindowRect( &rcl;, WS_SYSMENU | WS_CAPTION | WS_MINIMIZEBOX, // GetMenu( hWnd)!= NULL, 0 ); MoveWindow(hWnd, rcl.left+(GetSystemMetrics(SM_CXSCREEN)-width)/2,
用户评论