Inline edit for a List Control?

I'm using a List Control to create a matrix in VC++ 6.0 (MFC). I'd like the user to be able to make changes right in a cell. How do I allow the user to inline, inplace edit a cell?
[190 byte] By [RichardStone] at [2007-11-20 0:36:34]
# 1 Re: Inline edit for a List Control?
How do I allow the user to inline, inplace edit a cell?Take a look at this article ( http://www.dev-archive.com/cpp/controls/listview/editingitemsandsubitem/article.php/c923/), or other similar articles in the articles section.
gstercken at 2007-11-10 23:20:57 >