pListCtrl->SetFocus();
pListCtrl->EditLabel(row);
In the code above, we can in_place edit the label of a listview control. But the editing only finish when you click your mouse. How can it finish when I press ENTER down?
Thanks!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: A problem in EditLabel()
|
Click Here to Expand Forum to Full Width |