Click to See Complete Forum and Search --> : listview row colors


Nick Cross
November 19th, 1998, 03:52 PM
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.

James Grant
November 27th, 1998, 11:43 AM
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