Hi everyone,

Sorry if this question is trivial, but I'm hoping someone can enlighten me. Thanks.

I'm creating an applicaton that runs OLE to Lotus Notes. I need to detect if Notes is already open or not, and I want to use API calls for this.

I can't use FindWindowA because Notes changes its window title depending on what database is open. Is there anything else that I can use? I'm thinking that there must be an API to detect if the file Notes.exe is running or not, but I don't know what the API call is.

Any tips, hints, clues, anything is greatly appreciated. Thanks in advance.