ModefiedForm page issues 1)retrieving available size of Modifiedfo

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hello all.
I have two issues to discuss
1)
I am creating a outlook addin Using Outlook2003. This addin will display a
Webbrowser in Modifiedform page. I want to control the webbrowser Size with
respect to the available height and width .How will get the exact height and
width.

2)How to capture the click event of ModefiedForm page (i.e. , on clicking on
ModofiedForm page , need to fire an event)

Please help me or suggest a solution ,

All helps will be appreciated.

Thanks And Regards
Eaepn
 
1) All that's available from the Outlook object model are the Height and
Width properties of the Inspector window.

2) No such event. Some developers handle that by showing only one form page
at a time, using controls on each page to give the user a way to select the
next page to be displayed and running code on the control's Click event.
 
Hi Sue ,

Thank for the response.

As my research the Inspector windows is not providing the exact height and
width ..always scroll bars are coming ..

Thanks
Eapen
 
Back
Top