Outlook 2007 Add-in using VSTO 2005 SE

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

Guest

I have built an Outlook 2007 Add-in with a separate region on a Task item.
The UserForm of the region hosts a WebBrowser control. I cannot see any way
of resizing the WebBrowser when the Inspector window is resized. I have tried
using the Layout event of the UserForm, but that results in a stack overflow
exception. The Inspector object has a BeforeSize event but what I really need
is an AfterSize event. Does anyone know of a way to accomplish this?
 
Try adding an olkControl, casting the WebBrowser to it and altering the
properties on the olkControl.

John
 
Back
Top