CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How to Set Back Color for a Particular Row in a List View Control

    Hi,

    How to set back color for a particular row in a list view control..

    Regards

    Ramana



  2. #2
    Join Date
    Nov 1999
    Location
    Hyderabad,Andhra pradesh, India
    Posts
    3

    Re: How to Set Back Color for a Particular Row in a List View Control

    It can be set using some API calls .
    Best way to understand this part is go to codeguru vb code examples. There is a sapmle code to change the colors of a treeview control . I hope u can use the same ApI calls to change the listbox control


    Bye


    sangam([email protected])


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