Bryan - Gendev
Programmer
As mentioned before my grid is produced programmatically.
Of the 16 or so fields presented only 6 are required/able to be modified.
I would like these fields to be coloured differently to all the rest.
Can you suggest the code like
.BackColor= Rgb(255,255,255)
.ForeColor = Rgb(255,0,0)
for an attractive scheme - say white on green?
GenDev
Of the 16 or so fields presented only 6 are required/able to be modified.
I would like these fields to be coloured differently to all the rest.
Can you suggest the code like
.BackColor= Rgb(255,255,255)
.ForeColor = Rgb(255,0,0)
for an attractive scheme - say white on green?
GenDev