Outlook 2007 Add-in using VSTO 2005 SE

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

Guest

Try adding an olkControl, casting the WebBrowser to it and altering the
properties on the olkControl.

John
 

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