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.
Printable View
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.
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