mfc多文档如何发送一个让指定窗口关闭消息

2024-12-04 18:03:50
推荐回答(2个)
回答(1):

给文档子框架窗口发送WM_CLOSE消息。

回答(2):

SendMessage(hWnd, WM_CLOSE, 0, 0);或者 PostMessage