Possible Duplicate:
Open file with associated application
I want to open a file in it respective application, e.g. open function of windows.
Same thing can be done in java with the help of Desktop
class where you pass the file name and the respective file is opened.
But no idea how to do in C#.