Hi,
Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
My CListView is in Report mode.
Thank you very much!
Printable View
Hi,
Using C++ MFC, I created a CListView with few column and 5 items in each column. How can I enable user to change the value of certain item in certain Row and column?
My CListView is in Report mode.
Thank you very much!
There is a whole section on editable columns here
I think there is one way to achieve this . Use ADO create a Database Record and save each record to the Database, this may match what you want .Quote:
Originally Posted by dynamictoys
Cheers.
hi
http://www.codeproject.com/listctrl/...rtListCtrl.asp
enjoy subclassing.
bye
dhawan