Link to home
Start Free TrialLog in
Avatar of protugy
protugy

asked on

Change the display color of a datagrid

Hi Experts,

I have a VB program that uses datagrid. I'd like to change the color of the datagrid ( not the forecolor or backcolor but the whole datagrid ).

thanks.

TJ
Avatar of computerg33k
computerg33k

I believe what you want to do is change the backcolor and make the "CaptionVisiable" false.  
Avatar of protugy

ASKER

but if you do caption visible false, will the captions disappear?

yes--if u want to keep the caption--and have the datagrid all one color than just change the backcolor and the captionbackcolor
Avatar of protugy

ASKER

the thing is I can't the change the color of the datagrid..

thanks.
what do u mean u can't change the color of the datagrid...click on the datagrid...go to the properties....and go to backcolor to change it.
Avatar of protugy

ASKER

if you do that, it will change the color of the datagrid rows.. not the datagrid display color..

you want to change the gridlinecolor?
Avatar of protugy

ASKER

I wanna change the color of the whole datagrid just like you change the color of a form

the default color is grey.. i wanna change it to something else.

right--and inorder to do that u need to change the backcolor.  If you want your captions to be the same color you would do the same-change the captionbackcolor.

I guess what i'm not understanding is u don't want to change the color of the datagrid rows.  Just the display color.  So from this I'm guessing that you want the default color of grey to be lets say orange.  In order to run your program and have the datagrid display orange, you would need to click on the datagrid, go to properties, and change the backcolor.
Avatar of protugy

ASKER

that's right.. I wanna keep the datagrid color rows as white. Now, just like you said, I went to properties and clicked on the color tab. There are only 2 choices; the forecolor and the backcolor. When I changed the backcolor, the color of the row changed not the background color..

sorry for the confusion!
if you leave your alternating back color as white, your rows will stay white and the backcolor will stay orange.
also leave ur backcolor white--just your backgroundcolor should be the color that you want to be in the background
Avatar of protugy

ASKER

May I ask where I can change the alternating backcolor and backgroundcolor. Also FYI, I'm using VB 6.0.

thanks.
ASKER CERTIFIED SOLUTION
Avatar of computerg33k
computerg33k

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of protugy

ASKER

ahh.. that sucks!

thanks anyway.. here are your points!

TJ