1,传消息CString strTemp; ::PostMessage(m_hNotify, WM_FOLDERCHANGED, 0, (LPARAM)strTemp ); //m_hNotify为收消息的聚丙, //WM_FOLDERCHANGED 传递的消息 //0 也可以传递内容 //strTemp 传递内容