View Single Post
  #1  
Old November 2nd 06, 02:58 PM posted to microsoft.public.outlook.program_forms
Kenn
external usenet poster
 
Posts: 1
Default Outlook 2007 Add-in using VSTO 2005 SE

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