المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Another CListCtrl question [Solved]



C++ Programming
09-30-2009, 12:51 AM
OK I can now process LVN_ITEMCHANGED messages in my list ctrl. Thanks for that, David Crow.

I need now to make a certain column be editable in my CListCtrl-derived class, like when you click on a file name in explorer you get an edit box. There is a flag LVS_EDITLABELS which does exactly what I want. Unfortunately it works only for the first column, and I need to edit the 3rd column. Is there an easy way to do that, or should I make my own floating edit box (with MoveWindow/ShowWindow)?

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

modified on Tuesday, September 29, 2009 6:37 AM