I have a listbox that lists windows processes by their handle title, e.g. "Untitled - Notepad". What I would like to do is regularly check (using a timer?) if those processes are still open. I have stumbled across some code below, but that only takes one argument "string". I assume it would have to be an array of all items in the listbox that would have to be passed. Then immediately show which process(es) have been closed (handle title) in a message box.
http://www.swissdelphicenter.ch/torry/showcode.php?id=2554
Thanks!