![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "John" wrote in message ... 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 |
#3
|
|||
|
|||
![]()
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 "Sue Mosher [MVP]" wrote: 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. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "John" wrote in message ... 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 . |
#4
|
|||
|
|||
![]()
What about the InsideHeight and InsideWidth properties of the page returned
from ModifiedFormPatges? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "John" wrote in message news ![]() 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 "Sue Mosher [MVP]" wrote: 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. "John" wrote in message ... 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 . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Login Issues / Possible Password Authentication Issues | D|an-0 | Outlook - General Queries | 0 | December 21st 07 02:22 AM |
Edit Compose Page and Read Page buttons are grayed out | Richard | Outlook - Using Forms | 3 | February 1st 07 08:52 PM |
Attach a page or two of a multi-page Word 2003 document | brett | Outlook Express | 6 | December 12th 06 08:56 PM |
Paper is 8.5 by 11 how do you change page size to 4.25 by 6.75 | Plannner | Outlook - Calandaring | 0 | July 22nd 06 04:05 AM |
why can't you add a page to a form just like you can add a page to the property page | donald | Outlook - Using Forms | 2 | January 25th 06 10:50 AM |