![]() |
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
|
|||
|
|||
![]()
Hi,
I have designed a C++ COM addin with a custom contact form that was derived from the standard contact form. Essentially I am adding a couple command buttons to the form. I publish the form and open it up only to notice that the XP Styles are non existent. I have implemented XP Styles within the DLL but still the XP Styles are not to be seen. I have seen a couple articles on the NET that state XP Styles are not available for custom forms. Is this true? |
#2
|
|||
|
|||
![]()
Yes, that's true. You will need to wait for Outlook 2007 and its new form regions feature. Or, consider not customizing the form at all and add your buttons instead to Inspector.CommandBars.
-- 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 "Tom at GSD" wrote in message ... Hi, I have designed a C++ COM addin with a custom contact form that was derived from the standard contact form. Essentially I am adding a couple command buttons to the form. I publish the form and open it up only to notice that the XP Styles are non existent. I have implemented XP Styles within the DLL but still the XP Styles are not to be seen. I have seen a couple articles on the NET that state XP Styles are not available for custom forms. Is this true? |
#3
|
|||
|
|||
![]()
Do you mean Windows XP themes? In that case your code must explicitly paint
the controls using the themes API - outlook.exe does not include a manifest as a resource that would cause Window to automatically paint all controls in outlook.exe using themes. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Tom at GSD" wrote in message ... Hi, I have designed a C++ COM addin with a custom contact form that was derived from the standard contact form. Essentially I am adding a couple command buttons to the form. I publish the form and open it up only to notice that the XP Styles are non existent. I have implemented XP Styles within the DLL but still the XP Styles are not to be seen. I have seen a couple articles on the NET that state XP Styles are not available for custom forms. Is this true? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Form - Receiver replies and form is gone, message body is b | Kozlik | Outlook - Using Forms | 16 | July 14th 06 10:32 PM |
Emailing a contact vCard with custom form loses all custom info | Kim | Outlook - Using Contacts | 7 | April 27th 06 01:21 AM |
How to access custom field in Custom Form by C# | Minh Nguyen | Outlook - Using Forms | 3 | April 24th 06 04:32 PM |
I send an Outlook custom form, but a std. form displays? | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 08:41 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 04:01 PM |