Change the Highlight Color of the Listview Control
Hello,
I found this module code on this forum that lets me change the highlight color of a listbox by subclassing which works correctly. I would like to do the same with a Listview control, I tried building a test project but the class doesn't work on a listview (I replaced all references of Listbox with Listview). Does anybody know what could be wrong? Thank you.