Thread: Is runnig.
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 25
Default Is runnig.

Yes it have got window. How can works find API. Can you give me example?
thanks tom

"Fredrik Wahlgren" wrote in message
...

"Tom" wrote in message
...
Hello,

I need chceck if this program (C:\Program

Files\Attachmate\E!E2K\extra.exe),
becasue if yes I need exit macro.
I know how can i check it when its for example word, but how can I chcek

ii
it another application.

Tom.


You only want to check one prgram, is that it? Does this program have a
window? If so, you can simply use the FindWindow API.

/Fredrik