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 = Shell("C:\Windows\system32\calc.exe", AppWinStyle.NormalFocus)
Regards