Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Using SkinFramework with Outlook add-in
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Using SkinFramework with Outlook add-in

 Post Reply Post Reply
Author
Message
Cidtek View Drop Down
Newbie
Newbie
Avatar

Joined: 29 June 2006
Location: Canada
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote Cidtek Quote  Post ReplyReply Direct Link To This Post Topic: Using SkinFramework with Outlook add-in
    Posted: 12 November 2007 at 3:08pm
Outlook add-ins do not recognize application manifest files so OS theming has to achieved by using themeable controls such as  SkinFramework.
 
However when I open an Outlook contact it is now showing weird artifacts such as some solid black text boxes.
 
Problem solved with the following...
 SkinFramework.AutoApplyNewWindows = False
 
However now my add-in application does not theme dialogs such as the color chooser which it it does without the above restriction.
 
Any ideas on how to theme its own child windows but not parent windows in Outlook itself?
Back to Top
meaningoflights View Drop Down
Groupie
Groupie


Joined: 27 October 2007
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote meaningoflights Quote  Post ReplyReply Direct Link To This Post Posted: 16 November 2007 at 4:57am
Originally posted by Cidtek Cidtek wrote:

However now my add-in application (JT: for Outlook) does not theme dialogs such as the color chooser ...
Any ideas on how to theme its own child windows but not parent windows in Outlook itself?


can you include bare bone example code?

You would find it very difficult. I mean HARD. Because you've only got access to its object library (VBA or VSTO).

The hooks (theme child windows but not parent windows in Outlook)  your looking for in outlook I dont think are *publicly* available.  Maybe you can override it using hWnd. Nothing is impossible, so If you do find a way... DO let us all know.

I advise:

I'd change the add-ins skin to reflect Outlooks' parent/main/overall window.

Your add-in will look odd if its inconsistent.


HTH


Jeremy Thompson (MCSD)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.