How do I create a child window in Internet Explorer?

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

I can't find anything on the subject with C#. Thank you for any
guidance. I want to create MDI windows within IE, not IE as a child
window of something else.
 
Do you want to launch one or multiple dialogs (model or modeless) in IE? I
didnt understand abt MDI child windows within IE. Can you be specific?

Shak.
 
Shakir Hussain said:
Do you want to launch one or multiple dialogs (model or modeless) in IE? I
didnt understand abt MDI child windows within IE. Can you be specific?

Shak.

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.
 
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 said:
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.

So are you saying that AvantBrowser and such do so not as child
windows, but a new app that looks like IE and has instances of IE
inside of it?
 
Back
Top