Find listView item by text...

Mar 12 2009 11:36 PM

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)