Hello,
How do I know which applications are running on TASK MANAGEMENT?
I need to know if a particular application is running on the task manager.
I would like to know the mysql process / service name
thank you
function getprogram()
CFILENAME := "TEST.EXE"
IF ISEXERUNNING( CFILENAME( HB_ARGV( 0 ) ) )
msginfo("Test is running","Title")
SHOWWINDOW( FINDWINDOW( 0, "TEST" ), 9 )
SETFOREGROUNDWINDOW( FINDWINDOW( 0, "TEST" ) )
RETURN NIL
else
msginfo("Test is not running","Opgelet")
ENDIF
return NIL
GetTasks() // Returns an array with the names of all the active Tasks running in Windows
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 91 guests