CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Fort Worth Texas
    Posts
    614

    Highlighting an item in a CListView

    How does one highlight an item in a CListView via a program? Also what is the function that returns which item in the list is currently highlighted?

    Thanks

    Jim Bassett


  2. #2
    Join Date
    May 1999
    Location
    Antwerp, Belgium
    Posts
    136

    Re: Highlighting an item in a CListView

    Check the ListView category here at codeguru. There are some good examples which you can use for your CListCtrl


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