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

    listview row colors



    I noticed on the C++ sister site that there are some examples on how to set seperate row colors in a listview control. Is there anyway to do this in VB??? It would be a shame to recode my app in VC just so i can get row colors.


    cheers, Nick.

  2. #2
    Join Date
    Apr 1999
    Posts
    16

    Re: listview row colors



    Nick-


    There is no built-in way that I know of. However, you probably can use some of the C++ code. You'll need to import the APIs (using the Declare statement). It should work since it is the same Windows control.


    -Jim

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