Dear Vb users,
I select a line in my ListBox
Is it possible to change only the background color of this specific line?
If yes: how do I do this?????
Thanks a lot for reading my question.
Nice regards,
Michelle.
Printable View
Dear Vb users,
I select a line in my ListBox
Is it possible to change only the background color of this specific line?
If yes: how do I do this?????
Thanks a lot for reading my question.
Nice regards,
Michelle.
Yeah I know exactly what your problem is... the listbox doesn't allow you to select a different selected item color; it uses the colors provided by the system. So the only remedies I can provide are to either change the system colors why your app is running, or to make your own listbox out of a picturebox (it's not all that hard!).
See Aaron Young's reply to this post
http://forums.vb-world.net/showthread.php?threadid=666