Scenario:
* I have data contained in a web page that uses an https connection that I need to capture.
* During regular use I have at least 2 Internet Explorer windows open, and 1 possibly 2 Explorer windows open.
Question:
What is the trick to differentiating the difference between an Internet Explorer window and a regular Explorer window?
Background:
I have the routines written to find a single instance of IExplorer.exe, and if it contains HTML, return the HTML and normalize it to a dataset and dump into Access/Excel. It works fine if, and only if, I have one instance of (or the first instance of) IExplorer.exe running and that instance of IExplorer.exe is viewing a web page. Otherwise I get unexpected results - usually an error.
Any insight the community can provide is greatly appreciated.
* I have data contained in a web page that uses an https connection that I need to capture.
* During regular use I have at least 2 Internet Explorer windows open, and 1 possibly 2 Explorer windows open.
Question:
What is the trick to differentiating the difference between an Internet Explorer window and a regular Explorer window?
Background:
I have the routines written to find a single instance of IExplorer.exe, and if it contains HTML, return the HTML and normalize it to a dataset and dump into Access/Excel. It works fine if, and only if, I have one instance of (or the first instance of) IExplorer.exe running and that instance of IExplorer.exe is viewing a web page. Otherwise I get unexpected results - usually an error.
Any insight the community can provide is greatly appreciated.