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?
# 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.