Reputation: 1387
I'm editing an item in CListCtrl control. an edit box appears where I can enter text.
The event of entering the text will, however, not be catched by the LVN_KEYDOWN handler.
how do I catch it otherwise? any samples?
Thank you
Upvotes: 0
Views: 245
Reputation: 2841
Hitting ESC does cancels editing the label of CListCtrl so what is the "Cancel" key exactly?
Upvotes: 1