MFC使用SendMessage()發送自定義消息實現進程間通信

1.新建兩個對話框項目,分別在StdAfx.h中添加自定義消息 #define WM_CONTROLPRINT WM_USER+1001 2.發送端,獲得其他窗口句柄的方法FindWindow(); void CAaDlg::OnButtonsend()  {      //  TODO: Add your control notification handler code here      /
相關文章
相關標籤/搜索