I have created a vb application that uses "shell" to run another vb application that uses a webbrowser to navigate to a web site and then sign in to the site and collect information for use in the original application.
I built the browser application to execute the navigation automatically when it is run.
I don't know how to terminate the second application after it has run, and the webbrouser window is left open. After several iterations I have several open windows open and would like to close them automatically, preferably from the calling application.
Any help would be appreciated.