1
Reply

Find listView item by text...

asela Wijesooriya

asela Wijesooriya

Mar 12 2009 11:36 PM
16.7k

foreach(string path in dlg.fileNames)

{

   if (listView1.Items.Find(path, fales) = = null )

   {

         my method.......  

   }

}

 

how can i cheack listViewItems by item.Text.....????

how to change this code????

 


Answers (1)