listbox question

  • Thread starter Thread starter Craig Buchanan
  • Start date Start date
C

Craig Buchanan

i have a single-selection listbox with two columns. when an item is
double-clicked, i would like to remove it from the listbox. how do i
determine the index of the item in the listbox so i can remove it with
..removeitem?

thanks.
 
Back
Top