i use this code to searsh a derictory name
- foreach (object str in Dossiers.ls_dossier_devis)
- {
- if (str.ToString().ToLower().Contains(textBox1.Text.ToLower()))
- {
- listBox1.Items.Add(str);
- }
- }

can someone help pls ?

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Jun 23, 2017, 11:48 AM
Mohamed MoumniPosted Jun 23, 2017, 8:07 PM