Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - Font color for group items
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Font color for group items

 Post Reply Post Reply
Author
Message
Rayd View Drop Down
Newbie
Newbie


Joined: 26 May 2006
Location: United States
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rayd Quote  Post ReplyReply Direct Link To This Post Topic: Font color for group items
    Posted: 26 May 2006 at 1:51pm

Can someone tell me how to set the font color for group items?  I want to be able to change the color at run time.

Thanks,

Ray

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2006 at 2:05pm

Hello,

m_wndTaskPanel.GetPaintManager()->GetGroupColors(FALSE)-& gt; clrClientLink = RGB(0xFF, 0, 0);
m_wndTaskPanel.GetPaintManager()->GetGroupColors(FALSE)-& gt; clrClientText = RGB(0xFF, 0, 0);

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Rayd View Drop Down
Newbie
Newbie


Joined: 26 May 2006
Location: United States
Status: Offline
Points: 8
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rayd Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2006 at 2:18pm

That did it.

Thanks,

Ray

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.141 seconds.