V vipul DotNet Dec 10, 2003 #1 hi, how can i call a calculator or any other exe from my dot net application ? regards vipul
J Jan Tielens Dec 10, 2003 #2 Try this: System.Diagnostics.Process.Start("calc.exe") -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
Try this: System.Diagnostics.Process.Start("calc.exe") -- Greetz Jan Tielens ________________________________ Read my weblog: http://weblogs.asp.net/jan
H Herfried K. Wagner [MVP] Dec 10, 2003 #3 * "vipul DotNet said: how can i call a calculator or any other exe from my dot net application ? Click to expand... 'Microsoft.VisualBasic.Shell' or 'System.Diagnostics.Process.Start'.
* "vipul DotNet said: how can i call a calculator or any other exe from my dot net application ? Click to expand... 'Microsoft.VisualBasic.Shell' or 'System.Diagnostics.Process.Start'.