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

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.
 
F

Family Tree Mike

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top