changing colour of a cell in grid

Hi,

i am using grid (dialog box) having 4 rows and 3 columns (total 12 cells) in visual c++ 6.0. i want to change the colour of a particular

cell at runtime for a particular value.

how can i do it?

Thanks and Regards

Munish Gupta

[267 byte] By [MunishGupta] at [2007-12-23]
# 1
A grid? What kind of control is this grid?
MartinRichter at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2
Are you using MS Flex Grid Control?

I think it's basic control and it provides some basic services for the Grid.
If there's no certain APIs you can modify it using the sources generated.

else you can try some other grid controls like Chris Maunder's MFC Grid Control it has what all you need.
Here is some more handy things which can be used with the above Grid control or any other customized grid controls

Sarath. at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 3

Sir,

it is SSDBGridControl in Visual C++ 6.0.

Munish Gupta

MunishGupta at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 4

Sir,

it is SSDBGridControl in Visual C++ 6.0.

Munish Gupta

MunishGupta at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...
# 5

Hello Munish

It doesn't look as if the SSDBGrid Control is a standard VC++ control and it seems to be a 3rd party control. You should ask on their support forums or contact their tech support.

NishantSivakumar at 2007-8-31 > top of Msdn Tech,Visual C++,Visual C++ General...