AX Web Control in MDI Child?

  • Thread starter Thread starter Kris Rockwell
  • Start date Start date
K

Kris Rockwell

Hello,

I am trying to load a MDI Child window with an ActiveX browser control
to achieve a "Start Page" similiar to the VS.NET IDE. The problem i am
having is that when i call the window as an MDI child the Browser
control won't render a page. If I make the window a "normal" window
the page loads.

Anyone have any ideas as to why this is occuring? I am using VB.NET
2003.

Thanks,
Kris
 
* (e-mail address removed) (Kris Rockwell) scripsit:
I am trying to load a MDI Child window with an ActiveX browser control
to achieve a "Start Page" similiar to the VS.NET IDE. The problem i am
having is that when i call the window as an MDI child the Browser
control won't render a page. If I make the window a "normal" window
the page loads.

That's a well-known problem:

<http://groups.google.de/groups?ie=UTF-8&q=webbrowser+MDI>
 
Back
Top