1
Answer

List view C# click on file to open it

Rene Doms

Rene Doms

9y
3.4k
1
I have programmed a file explorer using treeView and listView in Visual Studio 2015 . The files that come up in the listView, as an example a pdf file, I want to double click on it to view its contents like windows explorer. How do I retrieve the full path of the file and then show it? Code please. Thank you.
Answers (1)