can I create checkbox control with different bitmaps ?
Falconi Silvio
can I create checkbox control with different bitmaps ?

Silvio wrote:can I create checkbox control with different bitmaps ?


Hi Silvio:
To do that, you better use a xBrowse grid you'll found some samples with checkbox and bitmaps in a xBrowse here in previous posts.
Regards.
Manuel Mercado.
Hallo Manuel,
with a list of checkboxes, it might to be a good solution.
Many times, I have only one checkbox or checkboxes are not in line.
Of that kind, it is the only solution, showing a picture between checkbox
and belonging text, like shown in my screenshot.
Regards
Uwe ![]()
ukoenig wrote:with a list of checkboxes, it might to be a good solution.
Many times, I have only one checkbox or checkboxes are not in line.
Of that kind, it is the only solution, showing a picture between checkbox
and belonging text, like shown in my screenshot.
But I remember , I saw , there was a class , it creted checkbox with bitmaps or perhaps I remember bad
TYPE
@ x,y CHECKBOX oCheck BITMAP Filename "uno.bmp" Size XX,YY
thanks
Why don't you just use two columns--put the checkbox in the first column and the bitmap in the next one. It will look the same as you example.
Regards,
James