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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -