Hello i am building an application which I can view files in.
I want to be able to run the files within this program aswell.
what I am wondering is....
Process.Start("Test.exe");
but were it says Test.exe , replace with what I have clicked on so say I have selected a file in the browser that I made. is there a way to use that selected exe instead of a pre defined string as shown above?