Capturing Explorer Resize Event`

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

Guest

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.
 
Thanks. I'm close to finishing off a custom folder home page using the OVC
and its looking very nice.
 
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.
 
Back
Top