HI all,
How do I find text in 2nd column in my list control and then select it. I have a list control with 2 columns. Code and description. Now, I have a edit box where the user enters the description which is to be searched in the list control.

The CListCtrl::FindItem searches only the strings in the first column. Also how do I select this found row.

Thx & Rgds,
-Suri