|  | 
| Taskpanel Theme Color Matching | 
| Post Reply   | 
| Author | |
| nvierros   Groupie     Joined: 02 July 2006 Location: Australia Status: Offline Points: 44 |  Post Options  Thanks(0)  Quote  Reply  Topic: Taskpanel Theme Color Matching Posted: 02 July 2006 at 1:27am | 
| 
   Hey everyone,
 I am using the Whidbey theme for my application. For the taskpanel i would like to use the Office2003 theme but i want to match the color to the whidby theme of the app. I am aware of the colorset option, but just unsure of which colors to use to make the exact match. Could someone please help! Regards, Nick | |
|  | |
| LeeHayton   Senior Member     Joined: 25 November 2005 Location: United Kingdom Status: Offline Points: 102 |  Post Options  Thanks(0)  Quote  Reply  Posted: 31 July 2006 at 11:19am | 
| 
   You could copy the colous into variables from whichever control supports Whidbey. Then set your theme for office2003 and set each color in the colorset to ones saved your variables.
 Dim m_Color as long  Taskpanel1.VisualTheme = xtpTaskPanelThemeOffice2003 Taskpanel1.ColorSet.NormalGroupCaptionLight = m_Colour Sounds nasty but works for me. | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |