CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2019
    Posts
    13

    Highlight the selected row color in CSftTree class

    Plz find the below code

    Code:
    A a;
    COLORREF m_highlightColour:
    a.m_highlightColour = RGB(212,235,242);
    Note Class A is derived from CSftTree &
    The RGG value of light blue color.

    Required This piece of code is not working.
    Can anyone assist how to Highlight the selected row color in CSftTree class ?
    Last edited by 2kaud; December 24th, 2019 at 04:28 AM.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Highlight the selected row color in CSftTree class

    What is the CSftTree class? Where is it defined?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured