How do we read full path from the list box in C#..

  • Thread starter Thread starter Gani tpt
  • Start date Start date
G

Gani tpt

Guest
I am using list box in windows c#.

I am loading bulk xls or mdb file in to the list box.

Here i don't want to display full path in the list box. It's enough to display only file name.

But, while reading the file from the list box, i want to get the full path.

How to do this in list box c#....?

Note : i just want to display the full path while mouse hover...

Continue reading...
 
Back
Top