天天看點

MFC視窗置頂代碼實作

CRect rtClient;

    GetWindowRect(rtClient);

    ::SetWindowPos(m_hWnd, HWND_TOPMOST, rtClient.left, rtClient.top, rtClient.Width(), rtClient.Height(), SWP_SHOWWINDOW);

繼續閱讀