Cannot create red check box in the new control

Posted by: dror_farhi on 12 September 2018, 12:26 am EST

    • Post Options:
    • Link

    Posted 12 September 2018, 12:26 am EST - Updated 30 September 2022, 3:10 am EST

    Hi,

    I have an active x control that I am using on vb6:

    We currently updated this control from vaSpread version: 2.5.0.1, to the new fpSpread version 8.0.28.

    In the old control the check boxes looked different.

    How can I make the new check boxes to look like the old ?

    I attached a screenshots of the old and the new checkboxes.

    Thanks,

    Dror Farhi

  • Posted 12 September 2018, 1:01 am EST

    Hi,

    Just to clarify my previous post:

    In the old control the check boxes were red.

    In the new control the check boxes are black.

    I need to change the black check boxes in the new control to red.

    Thanks,

    Dror Farhi

  • Posted 12 September 2018, 10:35 pm EST

    Hello,

    You can select the CheckBox celltype image for check or uncheck with ‘TypeCheckPicture’ property. For example:

    fpSpread1.Col = 2
    fpSpread1.Row = 3
    ' Define cell type as check box
    fpSpread1.CellType = CellTypeCheckBox
    fpSpread1.TypeCheckPicture(0) = LoadPicture("C:\Samples\Files\Pict0.jpg")
    
    

    Thanks,

    Deepak Sharma

  • Posted 19 September 2018, 8:15 pm EST

    Hi,

    Where can I find the pictures (Pict0.jpg) ?

    I don’t have a picture of red check box on:

    C:\Program Files\FarPoint Technologies\Spread 8\Samples\Files

    Thanks,

    Dror Farhi

  • Posted 23 September 2018, 10:24 pm EST

    Hello,

    You should be able to find the red checkbox image on your machine if you have Spread 2.5/3 installed on your machine.

    Thanks,

    Deepak Sharma

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels