Sure, you can use something like this in the appropriate handler:
int nItem=m_list.GetNextItem(-1,LVNI_SELECTED);
if(nItem>=0){
GotoDlgCtrl(&m_list); // security measure, may not be necessary
m_list.EditLabel(nItem);
}
Joaquín M López Muñoz Telefónica, Investigación y Desarrollo