mkrausnick
Programmer
When automating IE to run a process, under certain conditions the web site I deal with pops up a modal window with an error message. That causes my app to hang of course, because navigation to the intended page is interrupted.
What I want to do is find the modal window and have my app click OK in it so it goes away and my app can continue.
Using Chris Chamberlain's code from Thread1251-895526 with modification I am able to get the handle of the 2nd IE window, but then what? How do I objectify it so I can issue a oIE.Submit() or similar command?
Thanks for your help!
Mike Krausnick
Dublin, California
What I want to do is find the modal window and have my app click OK in it so it goes away and my app can continue.
Using Chris Chamberlain's code from Thread1251-895526 with modification I am able to get the handle of the 2nd IE window, but then what? How do I objectify it so I can issue a oIE.Submit() or similar command?
Thanks for your help!
Mike Krausnick
Dublin, California