how do i insert an item into a list control?
i use InsertItem(nItem, CString) to insert it but it doesnt work.
this is the exact code i use:


m_listCtrl.InsertItem(m_listCtrl.GetItemCount(), dlg.m_textQ);





answers to why this wont help is appreciated.
thanks,
L5