It it possible to wait for a window open by the class name? My Problem is, that i have several opened windows, all with the same name.
Thx and greetings
Christian
WaitWindowOpen_class
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: WaitWindowOpen_class
You could use GetWindowNames which returns captions, handles and classnames. Then see if the classname you want is in the list. That would tell you if it exists. If you then want to see if it's visible or whatever you could use the handle to drill deeper.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?