Application as Service - Close windows tab
This tab is used for managing various popup windows of your application which is launched as service. With the help of this great feature you are able to manage certain button or window closing that your application which is launched as service might display. Moreover you are able to specify period of time after which the necessary command will be executed.
You are able to execute two commands: press button and close window after application is launched, before application is closed, or after sending WM_CLOSE to application using caption text, class name, parent caption text and parent class name.

- First of all, please, select time when do you want commands to be executed: after program launch, before program close or after sending WM_CLOSE to program.
- Then fill in all the necessary textboxes:
caption text - caption text of the window, which will be searched to execute certain commands. Note, that button is related to window as well, so, for example, if you want to press button "YES" of some window you should write "&YES" in this textbox.
class name - Windows system class name of the window. Note, that Button - class for a button (for "press button" command) and #32770 - class for a dialog box (for "close window" command) are used mostly. If you want to know other class names, please, use special utilities for that purpose: Spy++, for example.
caption text parent - caption text of parent window, which will be searched to execute certain commands.
class name parent - Windows system class name of parent window.
- Now choose the required command to send: press button (window click with parameters you specified above will be imitated) or close window (window close with parameters you specified above will be executed).
- Then, please, select wait time. It is a time after which command to close window or press button will be executed.
- Click "Add" button to finish all the procedure.
You may add additional commands as described above, sort them by clicking "Up" and "Down"
buttons as well as remove them by clicking "delete" button
.