Can I change the value of a system-color used by a particular control?

  • Thread starter Thread starter sid
  • Start date Start date
S

sid

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.
 
sid said:
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
Top