Click here to Skip to main content
15,905,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a winforms project that does some automation of IE
using the IE object model. At some point a button is clicked in the current
IE instance that call the window.showModalDialog javascript method, thus
popping up a dialog window. This window is not of the InternetExplorer type
though, it is a Internet Explorer_TridentDlgFrame, so I have no idea how to
get a usable handle to it. I've looking for some sort of collection off of
the InternetExplorer and htmlDocument objects and have come up empty. Does
anyone have any ideas?

Thanks for any help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900