How to check if bank data is still open
Posted: Tue Oct 26, 2010 10:02 pm
Hi everyone,
I know this question has been answered before but I can't find it in this forum!
Here is the scenario.
The user enters financial info into my program.
Sooner or later the user needs more information from their bank.
I allow them to open their Bank URL with my program and browse their data.
I am using Shellexecute(), and to do this, the user selects their bank web address from a list in the program.
Once the browser (in this case its likely to be i explorer) has been open I have no way of telling
when the user has closed it down.
I don't want it left open when the user exits my program!
The bank site does time out when not in use but the data is still displayed on the browser.
Can anyone tell me how to obtain a list (array) of all open browsing windows
and then how to identify a particular window and close it down?
Your help would be appreciated.
I know this question has been answered before but I can't find it in this forum!
Here is the scenario.
The user enters financial info into my program.
Sooner or later the user needs more information from their bank.
I allow them to open their Bank URL with my program and browse their data.
I am using Shellexecute(), and to do this, the user selects their bank web address from a list in the program.
Once the browser (in this case its likely to be i explorer) has been open I have no way of telling
when the user has closed it down.
I don't want it left open when the user exits my program!
The bank site does time out when not in use but the data is still displayed on the browser.
Can anyone tell me how to obtain a list (array) of all open browsing windows
and then how to identify a particular window and close it down?
Your help would be appreciated.