Click here to Skip to main content
15,920,633 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a MSFlexGrid with 3 col(col0,col1,col2) and rows=4 in my application in Vb6 and I set Fixedcols=2 (col0 and col1 is set fixecols) and now I want to set backcolor for col0 an the first cell of col1 is blue

can you help me?
thanks. :doh:
Posted
Updated 18-Jan-11 15:50pm
v3
Comments
ngthtra 22-Dec-10 3:16am    
thank Amit Kumar Tiwari very much!
Wild-Programmer 22-Dec-10 3:44am    
My pleasure :)

1 solution

Check this out:

http://www.codeguru.com/forum/showthread.php?t=441166[^]


VB
mf1.col=1
mf1.row=1
mf1.cellbackcolor=vbRed
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900