How do I display a popup from a WebBrowser in another window I created?
问题 I am trying to implement a simple web browser control in one of my apps. This is to help integrate a web app into a toolset i am creating. The problem is, this web app absolutly loves popup windows.... When a popup is opened, it opens in an IE window which is not a child of the MDI Container form that my main window is part of. How can i get any and all popups created by clicking links in my WebBrowser to be a child of my MDI container (similar to setting the MDIParent property of a form)?