i need to call and .exe program from my program
ex: make my application able to open paint.exe , calc.exe ,.... or any application i have made be4
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Jun 30, 2007, 6:15 AM
http://msdn2.microsoft.com/en-us/library/system.diagnostics.process(vs.80).aspx
For example:
Process.Start("calc.exe");