In LibSrc \ WinExt.Clw / .INC you’ll find:
WindowExtenderClass.IsInstanceRunning PROCEDURE(<STRING processExeName>)
It may be all you need, but it has the code to call Process32First() and Process32Next() that should help you write your own.
See Also:
2 Likes