CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    34

    Highlight a cell in Listview Control

    Asking a question... How to highlight a cell in listview control?
    Thanks!


  2. #2
    Join Date
    May 1999
    Posts
    116

    Re: Highlight a cell in Listview Control

    have a look at the ListView control section of the codeguru homepage


  3. #3
    Join Date
    May 1999
    Posts
    34

    Re: Highlight a cell in Listview Control

    I have looked it, but still do not find any information that I can use.
    Can you tell me where it is? Thanks!


  4. #4
    Join Date
    May 1999
    Posts
    116

    Re: Highlight a cell in Listview Control

    You will have to make an owner draw list control and highlight the cell you want your self


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