friends...plz help me....
I want to show the "calculator in the system(in accessories)" when a button is clicked.How can i add the executable file inmy project.plz give me the code...
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.
Master BillaPosted Sep 23, 2009, 12:08 PM
Just add this code and call calculater exe in your form
System.Diagnostics.Process.Start("calc.exe");
thank you
Roei BarPosted Sep 23, 2009, 6:45 AM
Process.Start("Calculator.exe" )
on the button click event
Palaniappan MurugappanPosted Sep 23, 2009, 6:45 AM
System.Diagnostics.Process.Start("calc.exe");