shadowbroker
Programmer
am using this:
i_IE = CREATE OLEObject
i_IE.ConnectToNewObject("InternetExplorer.Application")
to open an external web browser for a secure payment site. i need to be able to check to see if it has been closed to do other processing around the issue. have tried the findwindowa call, but it isn't really a window as it is an ole object and will be there at all times. any help in finding out when the window is closed. i'll use a timer event to keep poking it to see, but not sure what to 'poke'.
tg
i_IE = CREATE OLEObject
i_IE.ConnectToNewObject("InternetExplorer.Application")
to open an external web browser for a secure payment site. i need to be able to check to see if it has been closed to do other processing around the issue. have tried the findwindowa call, but it isn't really a window as it is an ole object and will be there at all times. any help in finding out when the window is closed. i'll use a timer event to keep poking it to see, but not sure what to 'poke'.
tg