How to edit cell in listcontrol mfc?
问题 I need edit my text in second column and I don't want use MFC grid control. how I can edit cell by kicking on it. please give me simple example. There what I have: void CTab1::DoDataExchange(CDataExchange* pDX) { CDialogEx::DoDataExchange(pDX); DDX_Control(pDX, IDC_LIST1, m_LISTC); } BEGIN_MESSAGE_MAP(CTab1, CDialogEx) ON_NOTIFY(LVN_ENDLABELEDIT, IDC_LIST1, OnEndEdit) END_MESSAGE_MAP() // CTab1 message handlers BOOL CTab1::OnInitDialog() { CDialogEx::OnInitDialog(); m_LISTC.InsertColumn(0, L