bjwade62 Posted February 10, 2006 Posted February 10, 2006 I have a listview control populated with files. I want to be able to double click on a file and have it open with it's associated application. Anyone know how? Quote
Cags Posted February 10, 2006 Posted February 10, 2006 You should be able to achieve this with ShellExecute. There are lots of examples about on the web. Quote Anybody looking for a graduate programmer (Midlands, England)?
Leaders snarfblam Posted February 11, 2006 Leaders Posted February 11, 2006 Even easier: System.Diagnostics.Process.Start([i]Your file here[/i]) Quote [sIGPIC]e[/sIGPIC]
bjwade62 Posted February 15, 2006 Author Posted February 15, 2006 Perfect Thanks! Even easier: System.Diagnostics.Process.Start([i]Your file here[/i]) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.