WebBrowser/MultiPage control problem in Outlook Forms

M

Mitchell Greess

I have created a custom form that has the following set of controls:

Custom Task Form containing -
Microsoft MultiPage Control with 2 pages containing -
Microsoft WebBrowser Control

The first time I display the MultiPage page containing the WebBrowser
control, the WebBrowser displays fine and the Navigate method works
correctly.

However, when I switch to another Page and then back, the WebBrowser control
has disappeared. Setting WebBrowser properties (.Width, .Height, .Visible)
has no effect. Moreover, if I try to execute the Navigate method from a
Command Button click event handler, the event handler code stops executing
after the call to the Navigate method.

I've been searching Microsoft and Google for any defect reports to no avail.
Does anyone have any information?

Thanks,
Mitch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top