chrisi524
December 28th, 2000, 02:37 PM
How do you delete a record from a listview control in the double click event??
Thanks in advance
Thanks in advance
|
Click to See Complete Forum and Search --> : listview Control chrisi524 December 28th, 2000, 02:37 PM How do you delete a record from a listview control in the double click event?? Thanks in advance John G Duffy December 29th, 2000, 10:51 AM Try this ListView1.ListItems.Remove ListView1.SelectedItem.Key that is assuming you supplied a key whan you populated the listview John G codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |