An application is being spawned by a short VBScript routine. This routine stops with a status dialog window. It has a Close button.
I want to be able to close this window either by closing the window or clicking the Close button. Even an agressive method may work. ie. kill the window. I can not kill the process obviously!
Please note that this window is not a browser window. Its a native Windows Server 2003/XP window. I feel I could run a small routine in the background that would check for the dialog and as soon as it appears close it. I am concerned that I would not be able to spawn the application and attempt to interact with it straight after!
The solution would ideally be in VBScript then ASP.NET (VB) and then possibly others if thats the only solution available.
Start Free Trial