Is there a way to get rid of the highlight in a listview when you click on it?
Quote from: Death-Merchant on October 10, 2003, 08:08 PM
Is there a way to get rid of the highlight in a listview when you click on it?
Yes. Owner draw it and don't duplicate that behavior.
Quote from: Skywing on October 10, 2003, 08:41 PM
Yes. Owner draw it and don't duplicate that behavior.
And that's an answer for a "Simple VB question"? I was thinking of owner-drawing it, but I wasn't willing to try to explain how to owner-draw a listbox in VB..
May be simple for you, Skywing, but most of the people here don't know how to create owner drawn listboxes & subclass. :P
Quote from: Adron on October 10, 2003, 08:53 PM
Quote from: Skywing on October 10, 2003, 08:41 PM
Yes. Owner draw it and don't duplicate that behavior.
And that's an answer for a "Simple VB question"? I was thinking of owner-drawing it, but I wasn't willing to try to explain how to owner-draw a listbox in VB..
It's the
only solution that I know of. Feel free to suggest something else.
Maybe you could mess with the colors so clicking on it isn't visible...
That would be my suggestion also
Subclassing is fun for the whole family! :o