Calling external apps from c#
C#
2
Posts
2
Posters
11
Views
1
Watching
-
Does anyone know how to run an external application from a c# windows application?:confused:
This puzzled me for a while too. I searched high and low in the .NET Framework SDK and figured you just couldn't do it. Then by chance I ran across it when going individually through each assembly. It's in a really obvious location. (read with a sarcastic attitude) System.Diagnostics.Process.Start("notepad.exe"); Cheers, -Erik ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ My thoughts are my own and reflect on no other.