AxSHDocVw.AxWebBrowser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm hosting the IE web browser control and wanting to create tabs to show mutliple browser windows within the mainform. I've tried creating additional axwebbrowser instances but get a invalid activex exception error. How do I go about correcting this?
 
Greg said:
I'm hosting the IE web browser control and wanting to create tabs to show
mutliple browser windows within the mainform. I've tried creating
additional axwebbrowser instances but get a invalid activex exception error.
How do I go about correcting this?

No idea, why you are having the problem or specifically how to fix it,
sorry.

But I have to say that the obvious straightforward code of creating a
tabcontrol and creating tab pages that contain the axwebbrowser in them
works fine here.

Dave
 
Back
Top