How to start application from C# application?
Posted
by Mohamed
on Stack Overflow
See other posts from Stack Overflow
or by Mohamed
Published on 2010-04-18T17:38:19Z
Indexed on
2010/04/18
17:43 UTC
Read the original article
Hit count: 287
hi all, how can i start any application from C#
i mean for example, if i have an openfiledialog and the user opened it and selected any file and opened it, i need this file to opened in its application whatever its extension and its default start application.
i have googled and found that Process.Start takes the file name and its application but i don't know what is the type of the file the user is going o open thanks in advance for any replies.
© Stack Overflow or respective owner