Thread: Is runnig.
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default Is runnig.


"Tom" wrote in message
...
Yes it have got window. How can works find API. Can you give me example?
thanks tom

Here's an example that shows how to use FindWindow
http://www.dicks-blog.com/archives/2...25/findwindow/

And here's a utility that will help you to find the class of the window.
It's a string which you can use in FindWindow
http://www.vbaccelerator.com/home/VB...py/article.asp

/Fredrik