Tech Support > Microsoft Windows > Development Resources > altering TreeView text
altering TreeView text
Posted by Jason S on June 1st, 2006


I'd like to use a TreeView control but put the text of one or more
items (which are "active") in bold, the way Outlook does it. Are there
any straightforward ways to do this? I am using WTL's CTreeViewCtrl.

Posted by David Lowndes on June 1st, 2006


Have a look on MSDN for TVIS_BOLD.

Dave

Posted by Jason S on June 12th, 2006


David Lowndes wrote:
sweet! thanks.



Similar Posts