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
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