Print Page | Close Window

How to change item text color in task panel

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=4479
Printed Date: 28 April 2024 at 3:59pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to change item text color in task panel
Posted By: cybeh
Subject: How to change item text color in task panel
Date Posted: 24 June 2006 at 10:21am
Hi,

I tried the code below to change the task panel item text color to dark brown, but seems like it's still stuck with default blue. May I know what's going on? Please advice. Thanks in advance

'------------------------------------------
    With tkpMain.ColorSet
        .BackgroundDark = &H4860&
        .BackgroundLight = &HAFCDCD
        .NormalGroupCaptionDark = &H2C697B
        .NormalGroupCaptionLight = &H8EB4B8
        .NormalGroupCaptionTextNormal = &H16343E
        .NormalGroupClient = &HFFFFFF
        .NormalGroupClientText = &H4860&   ' I Presume this is the line
    End With
                



Replies:
Posted By: Oleg
Date Posted: 24 June 2006 at 11:19am
Hi,
try also NormalGroupClientLink

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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