Hi,

I am new VC++, iam working on a CListCtrl which has two columns. I need to handle NM_DBLCLICK separately for each of the two columns. The first column contains item names while the second contains their corresponding prices. If the user double clicks the item name column, the items name is appended to an edit box, similarly if the user double clicks the item price its price is appended to the editbox.

how can this be done?

thanks in advance