Open Document in Default Viewer
C#
4
Posts
3
Posters
0
Views
1
Watching
-
How can i Open a File in its Default Viewer? C#, VS 2005, Winforms Thanks :)
Have Fun Never forget it
Process.Start(filename)
Navaneeth How to use google | Ask smart questions
-
How can i Open a File in its Default Viewer? C#, VS 2005, Winforms Thanks :)
Have Fun Never forget it
You can use Process class for your needs.
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion
-
Process.Start(filename)
Navaneeth How to use google | Ask smart questions