How to use shell-like programming in C#?
Greetings,everyone!
I'm dealing with a WinForm application programming. In my application, I'd like to perform a shell-like event (eg. double click on a column of dataGrid which is related to an existing file on my local hard disk, which revokes a call of the WINDOWS EXPLORER to open this file in its default manner. ie. .doc with WINWORD, .xsl with EXCEL .jpg with ACDSee .mp3 with WINAMP ,etc).
Thank you for your replies!
|