![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: 2005, 2007, addin, outlook, using, vsto |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
Try adding an olkControl, casting the WebBrowser to it and altering the
properties on the olkControl. John "Kenn" wrote: 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? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question: Using VSTO to package/deploy Outlook Add-Ins? | Tadwick | Add-ins for Outlook | 6 | July 31st 06 11:58 PM |
| How to use "Look up Outlook Contact" function with code? VSTO 2005 | David Webb | Outlook and VBA | 1 | July 28th 06 08:29 PM |
| VSTO Backwards compatibility with Outlook 2003 / 2007 | abcomp | Add-ins for Outlook | 1 | July 19th 06 05:14 PM |
| Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 10:59 PM |
| Any advantages of VSTO instead of VB6 for Outlook add-in? | mattiasw | Add-ins for Outlook | 4 | February 24th 06 08:00 AM |