is this the correct code for checking if a process is running?
thanks very much.
B4X:
procname.New1 'procname is a dzHW object
If procname.GetProcessHandle("myapp.exe") = True Then Shell(AppPath&"\another app.exe","") Else Msgbox("myapp is not running.","Error!!!",cMsgboxOK,cMsgboxNone)
thanks very much.