List/Grid Tag Archives: open file
How To Run Any Application Or Process Using C#
You can easily run any external application or program using C#. If you want to run any installed application, then you just need to know the name of executable file of that application. Otherwise you can run any process by knowing its Startup Path. Instructions: If you want to run an installed application, just find out its executable file name from properties of that application. Now in your C# application,…