Hi Everyone,

Inside of a ListView I have two different kinds of icons displayed in the first column. what I would like to do is this. When the user selects an item from the list I would like to run a procedure that corresponds to the icon in the row that was selected. So, for example, if the user selected a row in which there was an 'X' icon displayed, the item in that row would be deleted. If the user selected a row in which there was a 'Y' icon displayed Then nothing would happen. Does anyone have any ideas on how to accomplish this? I would appreciate any help. Thanks.