A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

XP Styles with custom form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 6th 06, 04:58 PM posted to microsoft.public.outlook.program_addins
Tom at GSD
external usenet poster
 
Posts: 84
Default XP Styles with custom form

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  
Old September 6th 06, 05:16 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default XP Styles with custom form

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  
Old September 6th 06, 07:05 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default XP Styles with custom form

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:30 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.