![]() |
Control events in Outlook 2007 custom forms/regions
I'm looking to confirm or disprove something. It seems that in Outlook
2007, even though you can use the form designer to design existing regions or create new ones, you cannot create event handlers for the forms or for the controls on the forms in the VBA editor. If this is the case then all customization that requires more than just dropping a control on a form must be done using VSTO. Is this correct, or am I missing something? If you can wire up events to forms and controls please point me to an example of how this is done. Thanks |
Control events in Outlook 2007 custom forms/regions
You can either create legacy custom forms that handle events in VBScript code behind a published form or use form regions, a feature new in Outlook 2007, and handle control events in an add-in built with VSTO or another development environment. VBA is never an option.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "nalpakj" wrote in message ups.com... I'm looking to confirm or disprove something. It seems that in Outlook 2007, even though you can use the form designer to design existing regions or create new ones, you cannot create event handlers for the forms or for the controls on the forms in the VBA editor. If this is the case then all customization that requires more than just dropping a control on a form must be done using VSTO. Is this correct, or am I missing something? If you can wire up events to forms and controls please point me to an example of how this is done. Thanks |
All times are GMT +1. The time now is 11:26 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com