jm,
You can't do this with Internet Explorer. If anything, you would have
to create a new app that would host the WebBrowser control in child windows,
which would then be MDI children of the parent window.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
jm said:
"Shakir Hussain" <
[email protected]> wrote in message
I want to be able to open up two child windows within Internet
Explorer. Both of them with separate web pages. Not dialog boxes
like message boxes. I am familiar with band objects and that sort of
thing, but I don't know how to open up a child windows. It would be
similar to tabbed browsing. Thank you.