How do you change between internet explorer windows I start a web page from VB and then the page brings up another window which could bring up another window and so on, and I need to know how to navigate between them.
How do you change between internet explorer windows I start a web page from VB and then the page brings up another window which could bring up another window and so on, and I need to know how to navigate between them.
internetexplorer.application and changing windows
Melle Dorèl
Hi,
You can try to use AppActivate to bring focus to an Internet Explorer window if you know its title. But there is no runtime methods to allow better interaction with Internet Explorer windows. Maybe you can consider a Web Application.
Best regards,