.net - Launching an application (.EXE) from C#? -


how can launch application using c#?

requirements: must work on windows xp , windows vista.

i have seen sample dinnernow.net sampler works in windows vista.

use system.diagnostics.process.start() method.

check out this article on how use it.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -