MFC給列表控件發送雙擊消息

最近項目需求上須要給列表控件發送一個雙擊消息,特此總結一下以備之後須要:函數 //給列表發送雙擊消息 void CTestDlg:SendDbClickToList() { //模擬CListCtrl雙擊消息 NMITEMACTIVATE NMItemActivate; NMHDR thdr; thdr.code = NM_DBLCLK; thdr.hwndFrom = m_List.m_hWnd
相關文章
相關標籤/搜索