J John Devlon Sep 24, 2007 #1 Hi, Does anyone know how to set the selected item of a listview to blanc ? Thanx John
G Guest Sep 25, 2007 #2 lv.SelectedItems(0).SubItems(0).Text = String.Empty should do it. HTH (e-mail address removed) Add-ins, free code, hundreds of articles. Try our latest time saving tool, Visual Class Organizer, free for 30 days. http://www.knowdotnet.com/articles/VisualOrganizerProductHome.html
lv.SelectedItems(0).SubItems(0).Text = String.Empty should do it. HTH (e-mail address removed) Add-ins, free code, hundreds of articles. Try our latest time saving tool, Visual Class Organizer, free for 30 days. http://www.knowdotnet.com/articles/VisualOrganizerProductHome.html