Leaders dynamic_sysop Posted November 24, 2002 Leaders Posted November 24, 2002 hi can someone tell me if it's possible to close a seperate exe which is running through vb ( vb6 or .net ) for example say i have an exe called test.exe running open on the desktop, i wish to run form1 and click button1 on form1 to close test.exe:-\ any help greatly appreciated ty. Quote
*Gurus* Derek Stone Posted November 25, 2002 *Gurus* Posted November 25, 2002 System.Diagnostics.Process.GetProcesses() (returns an array of Process objects) Process.CloseMainWindow() or Process.Kill() Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.