I know how to select the first item in a multi-column

listctrl, but how can you select the second (or third...)?


Or more specifically:

I have a CListCtrl with two columns, the first

non-editable (effectively a row number), and the

second editable (the data). I want to select the

editable data (the second column) in a row whenever

someone clicks anywhere on the row (or even just

on that particular item.)


Thanks in advance.