Print Page | Close Window

Taskpanel Theme Color Matching

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Task Panel
Forum Description: Topics Related to Codejock Task Panel
URL: http://forum.codejock.com/forum_posts.asp?TID=4528
Printed Date: 20 September 2024 at 9:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Taskpanel Theme Color Matching
Posted By: nvierros
Subject: Taskpanel Theme Color Matching
Date 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



Replies:
Posted By: LeeHayton
Date 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.
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net