In an Outlook/Exchange environment, Outlook occasionally throws up a "Requesting data" window when the e-mail server is heavily loaded.
I need to detect when this window is displayed.
Can I detect a Windows based on the Window Title with VBScript?
XP has a utility, "Tasklist", which can detect when a window is active based on the WindowTitle. I could run Tasklist from VBScript but would prefer something native.
I have tried listing processes/tasks/threads but cannot identify the "Requesting Data" activity as it is part of the Outlook process. The only unique features I can identify are:
1. The Window Title
2. The Application name in Taks Manager Applications.
Can VBScript access the Title of all open Windows or the names of running Applications as listed in Task Manager.
I need to detect when this window is displayed.
Can I detect a Windows based on the Window Title with VBScript?
XP has a utility, "Tasklist", which can detect when a window is active based on the WindowTitle. I could run Tasklist from VBScript but would prefer something native.
I have tried listing processes/tasks/threads but cannot identify the "Requesting Data" activity as it is part of the Outlook process. The only unique features I can identify are:
1. The Window Title
2. The Application name in Taks Manager Applications.
Can VBScript access the Title of all open Windows or the names of running Applications as listed in Task Manager.