pagego
Freshman
I am trying to create a MDI browser application. Form1 contains each instance of the browser (form2). How can I set the parent of the new browser window when a new window is opened using the NewWindow2 Event (when a popup opens, a user right clicks and selects 'open in new window', or when a user holds shift when opening a link. I am using an array to hold each instance of form2. Thanks in advance for your help.