Coloring rows in Listview

D

Don

Hello, I'm working on an Access 97 application and I want to have some rows
of a listview control be a different color. Anyone know how to do this?

Thanks

Don
 
D

Douglas J. Steele

Randy Birch has some code at http://vbnet.mvps.org/code/comctl/lvledger.htm
that may work with Access 97, but I'm not sure 'cause I've never actually
tried it.

Obligatory warning: Randy's site is aimed at VB programmers. There are
significant differences between the controls available for forms in VB and
those in Access, so often his examples won't port directly to Access.
 
Top