I seen many examples of checking for application open using the FindWindow API call, but I'm interested in a way to find if an .exe is running that is not associated with my powerbuilder application. I would like to be able to query the task manager to see if an .exe is open. I've tried GetModuleHandle but can only get a return on DLL's not .exe??