Question Change Cell Backcolor if Datagridview1.item.value = Datagridview2.item.value

ikanbobo

New member
Joined
Feb 26, 2009
Messages
1
Programming Experience
Beginner
i want to make program like this:

if DataGridView2.item(BLNumber1).value = DataGridView1.item(BLNumber2).value then
color=green
else
color=red

i want all item list in DataGridView2.item(SID).value will be checked.

i mean like this(see picture):
9posc2.jpg
 

Latest posts

Back
Top