Hello guys.
I have a program that run a pack of applications ussing:
Code:
x = ShellExecute(Me.hwnd, vbNullString, App.Path & "\Uplink\Uplink.exe", vbNullString, "c:\", 1)
What I want to know is to make my program know if an app is running or not, so if it is, for example, a text saying "Running" and if not, a text saying "Not running". Also a way to end an app from my program.

Thanks