Shahzad Alam
April 25th, 1999, 01:11 PM
i have serious problems on the above subject. I can do ok programming with other controls except the listview control. Please help how to select an item in listview control when I double click it? Any code will be highly appreciated
April 25th, 1999, 02:34 PM
O.K. I'm pretty new to C++ programming, but I think I know how to do this. Go into the resource editor and open the dialog box that has the list control. Right click on the list control and select "Events" form the menu. This will open up a dialog that will allow you to add an an OnDblclkList() event handler to your dialog class. Then all you need to do is write some code to handle the event and your all set.