View Single Post
  #7  
Old March 30th 10, 03:37 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Creating Form Regions with more than one page

What I don't understand is, GetFormRegionStorage can only return on .ofs File, how do I handle additional Separate Form regions for
the message class that all are displayed in one inspector?

Thanks Tom

"Ken Slovak - [MVP - Outlook]" schrieb im Newsbeitrag ...
For what you want you need a separate form region. That's what they're called. You set that up in the form region XML. You can
google for "Outlook separate form region" and see examples for various platforms.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"escamoteur" wrote in message ...
If you take e.g. the standard Inspector for Contacts, you have a "General" and a "Details" page and you can switch between them
by the Ribbon.

I want something similiar.

I create my Formregion using GetFormRegionStorage. This works fine. I design the Formregion with Outlook Formdesigner.

I hope you knoe understand better what I mean.

Tom


Ads