learner123
May 6th, 1999, 01:20 AM
The following is the problem faced by me with MS flexgrid. I have to have any one of the three values (cross, tick and blank ) shown on click of any cell in an MS Flexgrid.
case 1 :
I have used the character "X" for the cross and tried using character corresponding to Value 65 in the font Marlett for the tick mark, which does not work and I dont see the tick mark on the cell.
case 2 :
I tried positioning bitmaps on the grid by using the BitBlt function to put a bitmap on the grid cell. The problem here is that after a bitblt the whole grid repainted bcos of which the previously placed bitmap is lost.
case 3 :
I tried using the picture related functions that MSFlexgrid provides. I was not able to properly do the same.
case 1 :
I have used the character "X" for the cross and tried using character corresponding to Value 65 in the font Marlett for the tick mark, which does not work and I dont see the tick mark on the cell.
case 2 :
I tried positioning bitmaps on the grid by using the BitBlt function to put a bitmap on the grid cell. The problem here is that after a bitblt the whole grid repainted bcos of which the previously placed bitmap is lost.
case 3 :
I tried using the picture related functions that MSFlexgrid provides. I was not able to properly do the same.