views:

29

answers:

1

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

+1  A: 

Hitting ESC does cancels editing the label of CListCtrl so what is the "Cancel" key exactly?

mmonem
you're right of course, the behaviour was because of my own code.
Greg