shivendra

shivendra

  • NA
  • 59
  • 0

How To Call any .exe in In C#

Aug 17 2005 2:32 AM


Hello All
  I have a Situation where I have to run an Exe File From C# Application. I Know that Tools.Shell() is there but it IS Working For Only VB.NET . How to Use It In C#.

VB.NET Sample:---

Dim
ProcID As Integer

ProcID = Shell("C:\Windows\system32\calc.exe", AppWinStyle.NormalFocus)

Regards
Shivendra


Answers (3)