| .NET DotNet Forum Index » VB.NET Forum (Visual Basic .NET) » Can I change the value of a system-color used by a... |
|
Page 1 of 1 |
|
| Author |
Message |
| sid... |
Posted: Thu Oct 29, 2009 6:23 am |
|
|
|
Guest
|
vb.net:
Can I change the value of a system-color used by a particular
control ?
I have a list-view and I want to change the value of one of the system-
colors that it uses, but only for that control and at runtime ?
Any help is appreciated. |
|
|
| Back to top |
|
|
|
| Family Tree Mike... |
Posted: Thu Oct 29, 2009 11:16 am |
|
|
|
Guest
|
"sid" wrote:
Quote: vb.net:
Can I change the value of a system-color used by a particular
control ?
I have a list-view and I want to change the value of one of the system-
colors that it uses, but only for that control and at runtime ?
Any help is appreciated.
.
ListView.BackColor can be changed. You should never change the system colors!
Mike |
|
|
| Back to top |
|
|
|
|