Larry Seymour
Programmer
Hello,
I have a screen with a DataGridView in it and I am populating each cell from a subpub object so as each subscription comes in I set the value of the appropriate cell. What I also want to do is change the border color of the cell if the value is FAIL. so if I do a
grid.Rows(0).Cells(3).Value = "FAIL"
set the border color to red.
How can I achieve this. Any help will be apricated. BTW, I can not switch from a pubsub subscription to another way of populaTING THE GRID.
lARRY
I have a screen with a DataGridView in it and I am populating each cell from a subpub object so as each subscription comes in I set the value of the appropriate cell. What I also want to do is change the border color of the cell if the value is FAIL. so if I do a
grid.Rows(0).Cells(3).Value = "FAIL"
set the border color to red.
How can I achieve this. Any help will be apricated. BTW, I can not switch from a pubsub subscription to another way of populaTING THE GRID.
lARRY