Take a look at the Explorer.BeforeSize event.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
Thanks. I'm close to finishing off a custom folder home page using the OVC
and its looking very nice.
> Take a look at the Explorer.BeforeSize event.
>
> > Is there an event that is fired when an explorer is resized? I'm building a
> > folder home page and would like the page to reload when the explorer is
> > resized.
Actually, since the idea was to adjust the display of my Folder Home Page
with the Outlook View Control, I'm going to resize the control by using the
onResize() event in the <body> tag of the .html. Since the FHP is running
with in Outlook the onResize serves the same function and exposes the event
to the VBScript in the page.
The FHP has three panels, if the Navigation Pane is displayed the far right
panel is hidden for overall cosmetic reasons. The idea is to hide the panel
and then use the onResize event to stretch out the controls to fill in the
space.
> Take a look at the Explorer.BeforeSize event.
>
> > Is there an event that is fired when an explorer is resized? I'm building a
> > folder home page and would like the page to reload when the explorer is
> > resized.
Sue Mosher [MVP-Outlook] - 28 Oct 2007 23:57 GMT
Makes sense to me. Thanks for sharing that solution.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
> Actually, since the idea was to adjust the display of my Folder Home Page
> with the Outlook View Control, I'm going to resize the control by using the
[quoted text clipped - 8 lines]
>
>> Take a look at the Explorer.BeforeSize event.
>> > Is there an event that is fired when an explorer is resized? I'm building a
>> > folder home page and would like the page to reload when the explorer is
>> > resized.