ModefiedForm page issues 1)retrieving available size of Modifiedfo

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
 
S

Sue Mosher [MVP]

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.
 
J

John

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
 

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