c++ - How to implement CEditListCtrl -


how implement ceditlistctrl?. list control edit capabality (report/grid view). have list view in report view. has values. need extend edit values present in list view. declared class inherits clistctrl. , have handled 2 window messages start , end edit. upon getting messages displaying text box. not getting control inside these message handlers. there way know reason?

or there other way implement this.

there neat grid controls on code project might help:

http://www.codeproject.com/kb/miscctrl/gridctrl.aspx

http://www.codeproject.com/kb/library/gridprojects.aspx

http://www.codeproject.com/kb/mfc/ultimategrid.aspx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -