How to open file using it defualt program using C# ?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Can anyone tell me how to open any file using its default program ?
-
Can anyone tell me how to open any file using its default program ?
Hi, Process.Start("file") simulates double-clicking the file in Windows Explorer. :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets