标签: c++ winapi mfc message
当我的应用程序有多个Window时。 和GetTopLevelParent只返回一个结果。 以下代码是否在所有窗口上执行了操作?
HWND tParent = CWnd::GetTopLevelParent(); // Get a valid handle now. if (tParent != NULL) { cwnd->SendMessageToDescendants(WM_INITIALUPDATE, 0, 0, TRUE, TRUE); }