How to add small pictures to the grid

I am trying to add small pictures to grid like in Object Designer Window but no luck yet. Has anybody an idea ! Marcel[:D]

Add a picture box control to the grid. Then in the properties you’ll find BitmapList - put your list of bitmaps in there - and then put the controlling variable in the SourceExpr property. Depending on the value of the SourceExpr (which should be an integer), the corresponding bitmap in the list will be displayed. Cheers, John

Tip: A list of internal bitmaps (i.e. bitmap resources built into fin.exe) can be found in the Download section!

Thanks!!! Is working!