摘要:
在CWinApp类的InitInstance()中添加如下代码RECT rc;::GetWindowRect( m_pMainWnd->m_hWnd, &rc );::SetWindowPos( m_pMainWnd->m_hWnd, HWND_TOP, ( GetSystemMetrics( SM_CXSCREEN ) - ( rc.right - rc.left ) ) / 2,( GetSystemMetrics( SM_CYSCREEN ) - ( rc.bottom - rc.top ) ) / 2,rc.right - rc.left, rc.bottom - 阅读全文
posted @ 2009-11-08 03:27
冷寒生
阅读(227)
评论(0)
推荐(0)

浙公网安备 33010602011771号